border-bottom-style, border-left-style, border-right-style, border-top-style | NN n/a IE 4 CSS 2 | ||||||||||||||||||||||||||||||||||||||||||||
  | Inherited: No | ||||||||||||||||||||||||||||||||||||||||||||
Each attribute sets the line style of a single border edge of an element. The edge-specific attributes let you override a style that has been applied to all four edges with the border or border-style attributes, but the edge-specific setting must come after the other one (in source code order) in the style sheet rule. See also the border-style attribute for setting the style of multiple edges in one statement. | |||||||||||||||||||||||||||||||||||||||||||||
CSS Syntax border-bottom-style: style border-left-style: style border-right-style: style border-top-style: style | |||||||||||||||||||||||||||||||||||||||||||||
Value Style values are constants that are associated with specific ways of rendering border lines. Not all browsers recognize all of the values in the CSS recommendation. Style support is as follows:
| |||||||||||||||||||||||||||||||||||||||||||||
Initial Value none | |||||||||||||||||||||||||||||||||||||||||||||
Example P {border-style: solid; border-bottom-style: none} DIV {border-left-style: ridge} | |||||||||||||||||||||||||||||||||||||||||||||
Applies To All elements. | |||||||||||||||||||||||||||||||||||||||||||||
Object Model Reference
|