strategicblend 0 Report post Posted May 24, 2011 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 103 Report post Posted May 25, 2011 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 0 Report post Posted May 26, 2011 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 16 Report post Posted May 26, 2011 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 0 Report post Posted May 30, 2013 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 547 Report post Posted May 30, 2013 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