CSS move-to Property
Description
The move-to
property causes the element or pseudo-element to be removed from the flow and reinserted at a later point in the document.
- Initial valuenormal
- Applies toall elements, ::before, ::after, and ::alternate
- InheritedNo
- MediaAll
- Computed valueThe specified value unless that is 'normal'
- AnimatableNo
- CSS VersionCSS3
- JavaScript syntaxobject.style.moveTo
Syntax
Formal syntax: normal | here | <identifier> move-to: [value];
Values
- normal
- here
- <identifier>
Example
.class { move-to: here; }
Browser Support
?![]() | ?![]() | ?![]() | ?![]() | ?![]() |
View All CSS Properties
Errors? Please help to keep this list up to date, If you find any errors, please contact us, so that we can get them fixed.