今天我们头让我做前台页面的一些基本设计,用到了html分割线,虽然比较基础,但还想写在上面,以便以后用。
一、基础代码:
1、[code]<HR>[/code]
2、[code]<HR align=center width=300 color=#987cb9 SIZE=1>[/code]
align 线条位置(可选left、right、center);width 线条长度;color 颜色;size 厚度
二、特效(效果并不是孤立的,可相互组合)
1、两头渐变透明:
[code]
<HR style="FILTER: alpha(opacity=100,finishopacity=0,style=3)" width="80%" color=#987cb9 SIZE=3>
[/code]
2、纺锤形:
[code]
<HR style="FILTER: alpha(opacity=100,finishopacity=0,style=2)" width="80%" color=#987cb9 SIZE=10>
[/code]
3、右边渐变透明:
[code]
<HR style="FILTER: alpha(opacity=100,finishopacity=0,style=1)" width="80%" color=#987cb9 SIZE=3>
[/code]
一、基础代码:
1、[code]<HR>[/code]
2、[code]<HR align=center width=300 color=#987cb9 SIZE=1>[/code]
align 线条位置(可选left、right、center);width 线条长度;color 颜色;size 厚度
二、特效(效果并不是孤立的,可相互组合)
1、两头渐变透明:
[code]
<HR style="FILTER: alpha(opacity=100,finishopacity=0,style=3)" width="80%" color=#987cb9 SIZE=3>
[/code]
2、纺锤形:
[code]
<HR style="FILTER: alpha(opacity=100,finishopacity=0,style=2)" width="80%" color=#987cb9 SIZE=10>
[/code]
3、右边渐变透明:
[code]
<HR style="FILTER: alpha(opacity=100,finishopacity=0,style=1)" width="80%" color=#987cb9 SIZE=3>
[/code]