标签:style http ar os sp div 2014 bs 代码
用CSS样式实现水平虚线的两种方法
方法一:<br><br>
<hr size="1" noshade="noshade" style="border:1px #cccccc dotted;"/>
<br>
方法二:<br><br>
<div style="border-top:1px dashed #cccccc;height: 1px;overflow:hidden"></div>
<br><br>
<p>查找更多代码,请访问: http://www.huiyi8.com/js/
标签:style http ar os sp div 2014 bs 代码
原文地址:http://www.cnblogs.com/lhrs/p/4115425.html