Reputation: 4605
I've got a problem. I've got a fixed image in something what is a header. I also have a div. The div has to scroll. But it scrolls under the fixed image.
Is there a fix for this problem? Or a workaround??
Upvotes: 0
Views: 492
Reputation: 9858
u could use z-index to decide who can appear in front of one another
Upvotes: 1