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 are the advantages of external style sheets?
What are the uses of embedded style sheet?
What are the different provision provided in css to define the dimension of an element?
Why was the decision made to make padding apply outside of the width of a 'box', rather than inside, which would seem to make more sense?
What are the different media types allowed by css?
What is module in css?
What are the disadvantages of embedded style sheets?
What are inline style sheets?
What is the word wrap/word wrapping in css3?
Can you write css in html?
How we can add border to a image?
How do you use span?