Keret jellemzői: border-width CSS jellemző tulajdonságai
thin
medium
thick
Undeclared values work as further shorthand notation. If only one width value is declared, all four borders will use that width. If two widths are declared, the top and bottom borders will use the first width while the right and left borders will use the second width. If three widths are declared, the top border will use the first width, the right and left borders will use the second width, and the bottom border will use the third width.
div { border-width:thin; }
div { border-width:2px 4px; }
div { border-width:2px 4px 5px; }
Alapértelmezett érték: | nincs |
Öröklődő tulajdonság: | nem |
Media besorolás: | visual |
Csoport besorolás: | keret jellemzői |
Kompatibilitás: CSS 1, CSS 2, CSS 2.1, CSS 3,