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
Explain the types of css?
Which browsers are webkit?
What is css language?
What are normal margins?
What are media queries?
What is opacity in css3?
What are the uses of embedded style sheet?
How would you style an image or element to have rounded corners?
What is a tag selector in css?
What does greater than mean in css?
How do we make a rounded corner by using css?
What is the origin of CSS ?
How do I combine multiple sheets into one?
How do you change text on google?
What are the sequences of steps for each http request from a client to the server?