Keret jellemzői: border CSS jellemző tulajdonságai

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,

További keret jellemzői:

border-top-color border-top-style border-top-width border-top border-right-color border-right-style border-right-width border-right border-bottom-color border-bottom-style border-bottom-width border-bottom border-left-color border-left-style border-left-width border-left border-color border-style border-width

Border CSS tulajdonságok, referencia

Webdesign