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

Right

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

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

Right minták, példák:

div { right:15px; }

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

Right CSS tulajdonságok, referencia

Webdesign