Specifies the position of the element relative to a floating object on the page.
Platform Support
IE | Netscape | Mozilla | Opera | Safari | 4.0+ | 4.0+ | 1.0+ | 5.0+ | 1.0+ |
---|
Usage
[position-value]
Values
inherit | Inherit the value from the parent element. |
none | No specified position. |
left | Positions the element to the left of the object. |
right | Positions the element to the right of the object. |
both | Clear the object until the element can reach both margins. |
all | Clears all. |
Availability
W3C CSS2