Possible to fade out div border?

后端 未结 5 2198
爱一瞬间的悲伤
爱一瞬间的悲伤 2020-12-10 16:08

I know you can fade out a

with jQuery, but I was wondering if it\'s possible to fade out a border for a
?

So I\'ve g

5条回答
  •  轻奢々
    轻奢々 (楼主)
    2020-12-10 16:23

    i like my way more... >.> No plugins needed.

    http://jsfiddle.net/MJD5B/2

    text


    .fakeBorder
    {
        position:absolute;
        height:100%;
        width:100%;
        left:0px;
        top:0px;
        border:3px solid #DDD;
        margin:-3px;
    }
    

提交回复
热议问题