move-to CSS Property
If you need to remove an element from flow that to be re inserted later, you can use move-to attribute of CSS by which you can set predefined values normal or here, or can specify any identifier.
Definition Of move-to property:
The move-to property of CSS is used to remove elements and pseudo elements from the flow and re-add then later.
What move-to property can do?
This move-to property that is available in the new version of CSS that is CSS3 basically use to make elements and pseudo elements to disappear from the current flow and re insert them at some other time in document. This property can be applied to elements including pseudo elements such as before after, or alternate.
How to use CSS move-to property?
Syntax:
1
move-to: [value];
Example:
1
move-to: here;
Related posts
- margin
- column-break-before
- column-rule-width
- margin-left
- box-flex-group
- outline-offset
- border-style
- text-indent
- column-span
- direction
Tags: css move to, move-to, move-to property

2 Responses
June 27, 2011
not work font smooth property
January 17, 2012
It’s all very well saying move HERE, but how does the css know where HERE is?
Post your response