-
border-bottom-style的属性 - [css] [Time:2009-08-17]
版权声明:转载时请以超链接形式标明文章原始出处和作者信息及本声明
http://star210.blogbus.com/logs/44383337.html
border-bottom-style的属性
The border-bottom-style sets the style of an element's bottom border.
border-bottom-style 可设置元素底部边框的样式继承性: 无
例如:
table
{
border-bottom-style: solid
}可用值
值 描述 none Defines no border
无边框hidden The same as "none", except in border conflict resolution for table elements
除了在table元素的边框解析上有冲突外基本和"none"一样dotted Defines a dotted border. Renders as solid in most browsers
虚线边框,在大多数浏览器中会变为线条dashed Defines a dashed border. Renders as solid in most browsers
虚线边框,在大多数浏览器下也会变为线条(在IE里dotted和dashed基本无区别,FF浏览器有所不同)solid Defines a solid border
线条边框double Defines two borders. The width of the two borders are the same as the border-width value
双线边框。两线的宽度和border-width值一样groove Defines a 3D grooved border. The effect depends on the border-color value
3D沟槽边框。效果依赖于border-color的值ridge Defines a 3D ridged border. The effect depends on the border-color value
3D脊状边框。效果依赖于border-color的值inset Defines a 3D inset border. The effect depends on the border-color value
3D嵌入边框。效果依赖于border-color的值outset Defines a 3D outset border. The effect depends on the border-color value
3D突出边框。效果依赖于border-color的值历史上的今天:
位图和矢量图的辨别 2009-08-17位图和矢量图的辨别 2009-08-17css中height与width的属性 2009-08-17border-bottom-style的属性 2009-08-17随机文章:
css中height与width的属性 2009-08-17位图和矢量图的辨别 2009-08-17border-bottom-style的属性 2009-08-17我回来啦 2009-06-09经典冒险岛之单机版 2008-12-15
收藏到:Del.icio.us









