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

Clear

Lebegő elemek eltüntetése

Declares the side(s) of an element where no previous floating elements are allowed to be adjacent.
Lehetséges értékek:
none (semmi)
left (balról)
right (jobbról)
both (mindkét oldalról)
left
right
both
none
none | left | right | both | inherit

Clear minták, példák:

div { clear:right; }

div { clear:both; }


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

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

További pozícionálás:

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

Clear CSS tulajdonságok, referencia

Webdesign