What is the difference between position : sticky and position : fixed ?
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 |
What is the meaning of cascading effect?
What is css rule?
What is the property that is used for controlling image-scroll?
How to make scroll bars with the help of css?
What is css box model?
What is contextual selector?
Why should inline styles be used carefully?
How to use css selector?
How do I design for backward compatibility using style sheets?
Define ‘important’ declarations used in css.
What are inline style sheets?
How to select all paragraph elements whose lang attribute contains the word "fr"?