Pozícionálás: float CSS jellemző tulajdonságai
Float
úsztatás balra, vagy jobbra
Declares whether a box should float to the left or right of other content, or whether it should not be floated at all.
Lehetséges értékek:
left
right
none
left | right | none | inherit
Float minták, példák:
div { float:left; }
div { float:right; }
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: