border-style | NN 4 IE 4 CSS 1 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
Inherited: No | |||||||||||||||||||||||||||||||||||||||||||||||||||||||
A shortcut attribute that lets you set multiple border edges to the same or different style. Navigator 4 allows only a single value, which applies to all four edges. For Internet Explorer (and the CSS specification), you may supply one to four space-delimited border style values. The number of values determines which sides receive the assigned colors. | |||||||||||||||||||||||||||||||||||||||||||||||||||||||
CSS Syntax border-style: borderStyle {1,4} | |||||||||||||||||||||||||||||||||||||||||||||||||||||||
JavaScript Equivalent borderStyle | |||||||||||||||||||||||||||||||||||||||||||||||||||||||
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:
The precise manner in which browsers interpret the definitions of the style values is far from universal. Figure 10-1 showed a gallery of all styles as rendered by Windows and Macintosh versions of both Navigator 4 and Internet Explorer 4. Do not expect the exact same look in all browsers. For Navigator, you may apply one style value only. In Internet Explorer, this attribute accepts one, two, three, or four borderStyle values, depending on how many and which borders you want to set with specific styles. Value quantities and positions are interpreted as follows:
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||
Initial Value none | |||||||||||||||||||||||||||||||||||||||||||||||||||||||
Example H1 {border-style: ridge; border-width: 3px} DIV {border-style: solid double; border-width: 4px} | |||||||||||||||||||||||||||||||||||||||||||||||||||||||
Applies To All elements (CSS and NN); block and replaced elements (IE). | |||||||||||||||||||||||||||||||||||||||||||||||||||||||
Object Model Reference
|