July 9, 200917 yr Hello all, I have been tinkering with this one for too long and haven't managed to fix it. I have a page which has a Spry drop-down menu generated by Dreamweaver CS4. I realise that some people will say use a CSS only menu from CSSPlay etc, but I really want to fix the one that is already coded if possible. My web page is rendering properly in IE8, Firefox and everthing else, but in IE6, the submenus appear behind the images that are below them on the page. The web page is at http://rb40.co.uk/test/ PLEEEEEASE can anyone help me? I just want to understand what is going wrong. Thanks
July 9, 200917 yr You could try using z-indexes in the CSS to make sure that the menu is always to be above the main content div. z-index
July 9, 200917 yr Author You could try using z-indexes in the CSS to make sure that the menu is always to be above the main content div. z-index Excellent - Thanks so much Cinnamon! On my local copy of the code, I've added "z-index:-1;" to my #primarycontent div and wow! It works! Thank you
Create an account or sign in to comment