DW中hr的属性详解
(2011-12-14 17:37:13)
标签:
asp属性详解hr的属性详解html属性it |
同样,有关于<hr>的基本属性我们在这里也不详细说相信各位都是相当的熟悉了!我们继续了解一些容忽略的属性和用法:
1、size线段粗细的设置
eg、<HR SIZE=5>
2、width线段的长度的设置
eg、<hr width=950>
3、align线段排列的设置
4、noshade无阴影设置(实心线段)
5、none:无样式
eg、
6、dotted:点线
eg、<hr
7、dashed:虚线
eg、<hr
8、solid:实线;
eg、<hr
9、double:双线
eg、<hr
10、groove:槽线
eg、<hr
11、ridge:脊线
eg、<hr
style="border:ridge"
12、inset:内凹
eg、<hr
style="border:ridge"
13、outset:外凸。
eg、<hr style="border:ridge"
14、两边渐变透明(最好设置颜色!)
15、纺锤形
<hr
style="filter:alpha(apacity=100,finishopacity=0,style=2)"
16、右边渐变透明
<hr
style="filter:alpha(apacity=100,finishopacity=0,style=1)"
17、左边渐变透明
<hr
style="filter:alpha(apacity=100,finishopacity=100,style=1)"
18、立体效果
<hr style="filter: progid:DXImageTransform.Microsoft.Shadow(color:#987cb9,direction:145,strength:15)" width="80%" color=#987cb9 SIZE=1>