Border-bottom
Alsó határ paraméterei
Sorrend: width, style, color.
Used as a shorthand property to set all the border-bottom 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-bottom-width
border-bottom-style
border-bottom-color
[ <border-width> || <border-style> || border-top-color ] | inherit
Border-bottom minták, példák:
div { border-bottom:2px solid green; }
div { border-bottom:thick double #00FF00; }
border-bottom: 10pt dashed gray;
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,