|
一:各類區(qū)分線代碼 1、兩頭漸變透明: 代碼 <hr width=80% size=3 color=#6B2031 style="FILTER: alpha(opacity=100,finishopacity=0,style=3)">
2、右邊漸變透明: 代碼 <hr width=80% size=3 color=#6B2031 style="FILTER: alpha(opacity=100,finishopacity=0,style=1)">
3、畫虛線: 代碼 <hr width=80% size=1 color=#6B2031 style="border:1 dashed #6B2031">
4、畫 雙 線: 代碼 <hr width=80% size=3 color=#6B2031 style="border:3 double green">
5、立體效果: 代碼 <hr width=80% size=3 color=#6B2031 style="filter:progid:DXImageTransform.Microsoft.Shadow(color#5151A2,direction:145,strength:15)">
6、紡錘形: 代碼 <hr width=80% size=30 color=#6B2031 style="filter:alpha(opacity=100,finishopacity=0,style=2)">
7、鋼針效果: 代碼 <hr width=80% size=3 color=#6B2031 style="filter:progid:DXImageTransform.Microsoft.Glow(color=#5151A2,strength=10)">
8、用圖片做分割線效果: 代碼:<style> .line{background:url("分割線地址") no-repeat center;}</style> |