0
what's The document and other elements behave like the fixed positioned element does not exist?how to understand?
Fixed positioned elements are removed from the normal flow. The document and other elements behave like the fixed positioned element does not exist.
2 Antworten
+ 4
it appears you are currently doing the CSS3 fundamental tutorial
display:fixed;
display:auto;.
display:inherit;
display:relative;
display:float;
here is a reference that may help you understand how these and other aspects of CSS3 work.
https://www.tutorialrepublic.com/css-tutorial/
+ 1
Can you give an example to understand what you are saying?