tags:

views:

18

answers:

1

Hi All,

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??

+1  A: 

u could use z-index to decide who can appear in front of one another

Alaa
Already tried... Doesn't work.. Don't know why...
dododedodonl
Make sure the element with the z-index has a position property. Z-index only works with positioned elements.
Tyler
Thanks ttreat31, didn't know that ;)
dododedodonl