CSS float-offset Property
Description
The float-offset
property pushes a float in opposite direction of the where it has been floated with float. If one value is specified, it is the horizontal offset. If two values are specified, the first is the horizontal and the second is the vertical offset. If no vertical value has been specified, the vertical offset is set to zero.
The float-offset property has been deprecated or is no longer in any CSS working groups.
- Initial value
- 0 0
- Applies to
- Floated elements
- Inherited
- No
- Media
- Visual, Paged
- Computed value
- One or two absolute lengths
- Animatable
- No
- CSS Version
- CSS3
- JavaScript syntax
- object.style.floatOffset
Syntax
float-offset: <length> <length> ?
Values
- <length>
Example
.class {
float-offset: 20% 30px;
}
Browser Support
Desktop | |||||
? | ? | ? | ? | ? | ? |
Tablets / Mobile | |||||
![]() |
|||||
? | ? | ? | ? | ? | ? |