Keret jellemzői: border-style CSS jellemző tulajdonságai
Undeclared values work as further shorthand notation. If only one style value is declared, all four borders will use that style. If two styles are declared, the top and bottom borders will use the first style while the right and left borders will use the second style. If three styles are declared, the top border will use the first style, the right and left borders will use the second style, and the bottom border will use the third style.
div { border-style:solid; }
div { border-style:solid dotted; }
div { border-style:solid dotted dashed; }
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,