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

Left

beállítja a bal oldali pozíciót

Declares the distance that the left content edge of the element is offset to the right of the left 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

Left minták, példák:

div { left:15px; }

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

Left CSS tulajdonságok, referencia

Webdesign