1. border-bottom-style border-bottom-style: none|hidden|dotted|dashed|solid|double|groove|ridge|inset|outset; border-bottom-style是用来设置边框样式的属性。 取值说明: none:没有边框(默认) hidden:同none,但是打印的时候依然会有边框。 dotted:点线边框 dashed:虚线边框 solid:实线边框(默认值) double:双...
CSS border-bottom-style 属性实例 设置底部边框样式: p { border-style:solid; border-bottom-style:dotted; } 尝试一下 » 属性定义及使用说明border-bottom-style属性设置元素底部边框样式。默认值: not specified 继承: no 版本: CSS1 JavaScript 语法: object object.style.borderBottomStyle="dotted"...
p.one{border-style:solid;border-color:red;}p.two{border-style:solid;border-color:#98bf21;} 尝试一下 » 边框-单独设置各边 在CSS中,可以指定不同的侧面不同的边框: 实例 p{border-top-style:dotted;border-right-style:solid;border-bottom-style:dotted;border-left-style:solid;} ...
CSS border-bottom-style 属性实例 设置底部边框样式: p { border-style:solid; border-bottom-style:dotted; } 尝试一下 » 属性定义及使用说明border-bottom-style属性设置元素底部边框样式。默认值: not specified 继承: no 版本: CSS1 JavaScript 语法: object object.style.borderBottomStyle="dotted"...
CSS border bottom style 属性设置元素下边框的线条样式。 实例 设置下边框的样式: <html> <head> <styletype="text/css"> p{border-style:solid} p.none{border-bottom-style:none} p.dotted{border-bottom-style:dotted} p.dashed{border-bottom-style:dashed} ...
CSS border-bottom-style 属性实例 设置底部边框样式: p { border-style:solid; border-bottom-style:dotted; } 尝试一下 » 属性定义及使用说明border-bottom-style属性设置元素底部边框样式。默认值: not specified 继承: no 版本: CSS1 JavaScript 语法: object object.style.borderBottomStyle="dotted"...
border-bottom-style: dashed; border-bottom-style: solid; border-bottom-style: double; border-bottom-style: groove; border-bottom-style: ridge; border-bottom-style: inset; border-bottom-style: outset; /* Global values */ border-bottom-style: inherit; border-bottom-style: initial; border-bottom...
JavaScript 语法: object.style.borderBottomStyle="dotted"实例 设置下边框的样式: p { border-style:solid; border-bottom-style:dotted; } TIY浏览器支持 所有浏览器都支持 border-bottom-style 属性。 注释:任何的版本的 Internet Explorer (包括 IE8)都不支持属性值 "inherit" 或 "hidden"。可能的值 值描...
double; border-bottom-style: groove; border-bottom-style: ridge; border-bottom-style: inset; border-bottom-style: outset; /* Global values */ border-bottom-style: inherit; border-bottom-style: initial; border-bottom-style: revert; border-bottom-style: revert-layer; border-bottom-style: unset...