jQuery实现流动虚线框的方法
本文实例讲述了jQuery实现流动虚线框的方法。分享给大家供大家参考。具体分析如下: 在百度UEditor的首页看到一个流动的虚线框的效果,所以自己用jQuery尝试也写一个,效果如下: css: .dashed-box{width:500px;height:100px;overflow:hidden;position:relative;} .dashed-top{width:2000px;height:0px;border-bottom:2px #ccc dashed;position:absolute;top:0;left:-1400px;} .dashed-left{width:0px
用户评论