网页排版CSS教学(36) <TR><TD class=b width=275 height=20><SPAN class=ls>border-bottom-style</SPAN> 设定下边框样式</TD><TD class=b width=275 height=20><SPAN class=ls>border-left-style</SPAN> 设定左边框样式</TD></TR></TBODY></TABLE></CENTER><DIV><SPAN class=e>支 持:</SPAN><SPAN class=b>IE4、NC4</SPAN><BR><SPAN class=e>适 用:</SPAN><SPAN class=b>区块元素</SPAN><BR><SPAN class=e>可能值:</SPAN> <TABLE cellSpacing=0 cellPadding=2 width=500 border=1><TBODY><TR><TD class=c width=150>none</TD><TD class=d width=350>不显示边框</TD></TR><TR><TD class=c width=150>dotted</TD><TD class=d width=350>虚线(IE4、NC4浏览器当作实线)</TD></TR><TR><TD class=c width=150>dashed</TD><TD class=d width=350>短直线(IE4、NC4浏览器当作实线)</TD></TR><TR><TD class=c width=150>solid</TD><TD class=d width=350>实线</TD></TR><TR><TD class=c width=150>double</TD><TD class=d width=350>双直线</TD></TR><TR><TD class=c width=150>ridge</TD><TD class=d width=350>3D凸线</TD></TR><TR><TD class=c width=150>groove</TD><TD class=d width=350>3D凹线</TD></TR><TR><TD class=c width=150>outset</TD><TD class=d width=350>3D隆起(IE4不显示)</TD></TR><TR><TD class=c width=150>inset</TD><TD class=d width=350>3D嵌入(IE4不显示)</TD></TR></TBODY></TABLE><SPAN class=e>预设值:</SPAN><SPAN class=b>none</SPAN><BR><SPAN class=e>继承性:</SPAN><SPAN class=b>无</SPAN><BR><DIV class=ex><SPAN class=ex>一般范例:</SPAN>DIV { border-top-style : inset }<BR><SPAN class=ex>同轴范例:</SPAN><DIV style="border-top-style:inset"></DIV></DIV><BR><BR><SPAN class=l>border-style</SPAN> 综合设定边框样式