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

Top

beállítja a felső pozíciót

Declares the distance that the top content edge of the element is offset below the top 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

Top minták, példák:

div { top:15px; }

div { top: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 right bottom left position clip overflow vertical-align z-index

Top CSS tulajdonságok, referencia

Webdesign