Jump to content
Sign in to follow this  
strategicblend

Z-index values on nav won't work

Recommended Posts

strategicblend

I have image div I've placed in my sidebar - on which I added position: absolute and a z-index of 33. This pushes the image over any of the page content and nav bar. I want my nav items to appear OVER this image, and I thought a simple position: relative, z-index 34 would do it. However this isn't working and my nav remains covered by the image. Is there some rogue jquery or other code that would prevent me from creating a simple z-index on the nav?

Share this post


Link to post
Share on other sites
catrina

Which CSS selector are you adding the position/z-index code to and where are you adding the CSS?


Please read the docs before posting. Please do not private message me unless I ask you to.

Designer | Catrina Dulay

Founder | Catrina and Mouse

Share this post


Link to post
Share on other sites
strategicblend

I think I figured it out - PP adds an IE fix and creates two instances of "z-index: 15" within #header. Does anyone know why that element is present? Twice?

Share this post


Link to post
Share on other sites
cmunns

If you are using z-index then you likely just need to make sure to explicitly set the position on the elements you are trying to overlap it with.

Share this post


Link to post
Share on other sites
thekben

Having this issue, trying to get z-index of nav on napavalleybiscuits.com above 100, can anyone help out?

Share this post


Link to post
Share on other sites
Rob

Hi,

 

I answered your inquiry in another topic.  To save you time in future, please open a new topic of your own so that we may provide direct assistance to you. Often these issues seem the same, but are caused by different things, so it's difficult for us to deal with lacking a direct topic.  It also helps you to keep focused on one issue, rather than multiple topics.

 

Thanks for your understanding.


Former PageLines Moderator, Food Expert and Raconteur

Share this post


Link to post
Share on other sites
Guest
This topic is now closed to further replies.
Sign in to follow this  

×