Border
Elem határai
Sorrend: width, style, color.
Used as a shorthand to declare the border properties when all four borders will have the same appearance.
Lehetséges értékek:
none (semmi; alapértelmezett)
dotted (pontozott)
dashed (szaggatott)
solid (sima vonal)
double (dupla vonal)
3-dimenziós kerettípusok paraméterei: groove, ridge, inset, outset, window-inset, hidden
Separate values by a space in the following order (those that are not defined will use inherited or default initial values):
border-width
border-style
border-color
[ <border-width> || <border-style> || border-top-color ] | inherit
Border minták, példák:
div { border:1px double green; }
div { border:thin solid #00FF00; }
-
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,