Prev | Current Page 339 | Next

Tommy Olsson and Paul O'Brien

"The Ultimate CSS Reference"


Internet Explorer for Windows versions up to and including 7 don??™t support the
value inherit.
Box Properties
229 Box Properties
border-right-style
border-right-style: { none | hidden | dotted | dashed
| solid | double | groove | ridge | inset | outset
| inherit } ;
SPEC
version initial inherited
CSS1, 2.1 none NO
BROWSER SUPPORT
Op9.2+ Saf1.3+ FF1+ IE5.5+
FULL FULL FULL BUGGY
The property border-right-style sets
the style of an element??™s right-hand
border using the values specified.
Borders are placed on top of the
element??™s background.
Value
none none means no border will
show, and the computed border-width is zero.
Example
This style rule assigns a solid border to the
right-hand edge of paragraphs within the
element with ID "example":
#example p {
border-right-style: solid;
}
hidden hidden has the same meaning as none, except when it refers to table
borders in cases where two cells share a border, and the table cells have
collapsed borders (border-collapse:collapse;).


Pages:
327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351