Hey all,
I've just started work on a site for
a project i'm doing. I'm having problems
layering images with CSS Z-Index.
Currently I have Three images;
The background, a text image and a rollover effect.
I have set Z-Index 0 to the background and 1 to the the text image and 2 to
the rollover.
The rollover is visible but i cant reposition it unless I apply absolute
placement in whichcase
it becomes invisible.
Thats because its supposed to work like that
Z-index only worls on positioned elements ( position:relative; or
position:absolute; )
see http://www.w3schools.com/css/pr_pos_z-index.asp for more details