工整的分隔线:
<HR color=green noShade SIZE=1>
两头渐变透明:
<hr width=80% size=3 color=#00ffff style="FILTER: alpha(opacity=100,finishopacity=0,style=3)">
右边渐变透明:
<hr width=80% size=3 color=#00ffff style="FILTER: alpha(opacity=100,finishopacity=0,style=1)">
画虚线:
<hr width=80% size=1 color=#00ffff style="border:1 dashed #00ffff">
画双线:
<hr width=80% size=3 color=#00ffff style="border:3 double green">
立体效果:
<hr width=80% size=3 color=#00ffff style="filter:progidXImageTransform.Microsoft.Shadow(color:#f6ae56,direction:145,strength:15)">
钢针效果:
<hr width=80% size=3 color=#00ffff style="filter:progidXImageTransform.Microsoft.Glow(color=#00ffff,strength=10)">
纺棰形:
<hr width=80% size=10 color=#00ffff style="filter:alpha(opacity=100,finishopacity=0,style=2)">
以上所有效果并不是孤立的,它们可以相互组合,从而产生新的效果。譬如:
<hr width=80% size=3 color=#00ffff style="filter:progidDXImageTransform.Microsoft.Glow(color=#00ffff,strength=10); border:3 dashed #00ffff">
<hr width=80% size=3 color=#00ffff style="border:3 dashed #00ffff; filter:progidXImageTransform.Microsoft.Shadow(color:#f6ae56,direction:145,strength:15)"> |