Pozícionálás: bottom CSS jellemző tulajdonságai

Bottom

beállítja az alsó pozíciót

Declares the distance that the bottom content edge of the element is offset above the bottom edge of its containing block. The position property of the element must also be set to a value other than static.
Lehetséges értékek:
Lengths, percentages, and the predefined value auto.
<length> | <percentage> | auto | inherit

Bottom minták, példák:

div { bottom:15px; }

div { bottom:2%; }


Alapértelmezett érték: auto
Öröklődő tulajdonság: nem
Media besorolás: visual
Csoport besorolás: pozícionálás

Kompatibilitás: CSS 2, CSS 2.1, CSS 3,

További pozícionálás:

clear cursor display float visibility top right left position clip overflow vertical-align z-index

Bottom CSS tulajdonságok, referencia

Webdesign