What is the difference between position : sticky and position : fixed ?
Answer Posted / hrpynux@gmail.com
Fixed position will not occupy any space in the body, so the next element(eg: an image) will be behind the fixed element. sticky position occupies the space, so the next element will not be hidden behind it.
Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What are cascading style sheets?
How comments can be added in CSS?
What do you mean by dialog box?
Is flexbox part of css3?
Explain how can you integrate CSS file to your webpage?
What are the different font attributes?
What is the used of !important?
What does css mean?
What is the current version of css?
What is offset () top?
What is ‘important’ declaration used in css?
What is clearfix?
What are css attributes?
Why is css needed?
How do you make a style sheet?