At a width of 2px and above, the dotted
borders will display correctly. This glitch was fixed in Internet Explorer Version 7
for cases when all four sides are set to 1px. However, if one of the sides is set to 2px
or more, the 1px dotted borders revert to dashed in IE7.
Internet Explorer for Windows versions up to and including 7 don??™t support the
value inherit.
Box Properties
border-right
border-right: { [border-width] [border-style]
[border-color] | inherit } ;
SPEC
version initial inherited
CSS1 see below NO
BROWSER SUPPORT
Op9.2+ Saf1.3+ FF1+ IE5.5+
FULL FULL FULL BUGGY
The border-right shorthand property
sets the border-right-width and/or
border-right-style and/or
border-right-color to the right side
of an element simultaneously.
Borders are placed on top of the
element??™s background.
Value
Example
This style rule assigns a 2px red border to
the right-hand side of paragraphs within
the element with ID "example":
#example p {
border-right: 2px solid red;
}
Refer to the following individual properties for specific information on allowed and
initial values: border-width (p.
Pages:
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357