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

Border-top

Felső határ paraméterei
Sorrend: width, style, color.

Used as a shorthand property to set all the border-top properties at once.
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-top-width
border-top-style
border-top-color

[ <border-width> || <border-style> || border-top-color ] | inherit

Border-top minták, példák:

div { border-top:2px solid green; }

div { border-top:thick double #00FF00; }


border-top: 2mm groove red;
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-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

Border-top CSS tulajdonságok, referencia

Webdesign