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
How css float works?
Enlist the various fonts attributes?
What is css after and before?
What is the difference between html5 and css3?
What is foreground color?
Why do style sheets exist?
What is background color in css?
What will this piece of css code do to an element? .container { margin: 0 auto; }
How do I code a website?
Do any wysiwyg editor support the creation of style sheets? Any text-based html editor?
What courses are under ict?
What is the current version of css?
What does div stands for?
what is the overflow property in css used for?
What is id selector?