2、width设置线段长度。不写,默认为100%;可用像素、百分比表示。
3、algin设置线段排列。不写,默认为right。
4、noshade设定线段无阴影,为实心线段;无noshade设定,取内定值阴影效果来显示。
-----------------------------------------------------HR标签水平分隔线修饰特效----------------------------------------------------------------------
none:无样式;dotted:点线;dashed:虚线;solid:实线;
double:双线;groove:槽线;ridge:脊线;inset:内凹;outset:外凸。
1、dotted:点线
<HR style="border:3 dotted #ff0033" width="100%" SIZE=3>
2、dashed:虚线
<HR style="border:3 dashed #ff0033" width="100%" SIZE=3>
3、solid:实线
<HR style="border:3 solid #ff0033" width="100%" SIZE=3>
4、double:双线
<HR style="border:3 double #ff0033" width="100%" SIZE=3>
5、groove:槽线
<HR style="border:6 groove #ff0033" width="100%" SIZE=6>
6、ridge:脊线
<HR style="border:6 ridge #ff0033" width="100%" SIZE=6>
7、inset:内凹
<HR style="border:6 inset #ff0033" width="100%" SIZE=6>
8、outset:外凸
<HR style="border:6 outset #ff0033" width="100%" SIZE=6>
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------
1、两头渐变透明:
<HR style="FILTER: alpha(opacity=100,finishopacity=0,style=3)" width="80%" color=#987cb9 SIZE=3>
2、纺锤形:
<HR style="FILTER: alpha(opacity=100,finishopacity=0,style=2)" width="80%" color=#987cb9 SIZE=10>
3、右边渐变透明:
<HR style="FILTER: alpha(opacity=100,finishopacity=0,style=1)" width="80%" color=#987cb9 SIZE=3>
4、左边渐变透明:
<HR style="FILTER: alpha(opacity=0,finishopacity=100,style=1)" width="80%" color=#987cb9 SIZE=3>
5、立体效果:
<HR style="FILTER: progid:DXImageTransform.Microsoft.Shadow(color:#987cb9,direction:145,strength:15)" width="80%" color=#987cb9 SIZE=1>
6、钢针效果:
<HR style="FILTER: progid:DXImageTransform.Microsoft.Glow(color=#987cb9,strength=10)" width="80%" color=#987cb9 SIZE=1>