May 31, 201016 yr Hi, I think this must be really simple, but I'm stuck. I am in the early stages of creating a demo website located at http://www.demo.bonsaibranding.com/newstandard/wp/. It functions properly in all browsers except IE and previous releases but I don't know why the dropdown menu is not showing on Investor Centre and Contact. I think it is most likely a CSS related problem, but I am not sure. In IE, the problem is the dropdown menu showing under the banner and also the jquery banner is not working. Any help would be awesome! Thanks. Paul
May 31, 201016 yr The drop down is working in IE7 but is behind the image, as you say. I've met this problem and I found I needed to add position: relative; z-index: -1; to the javascript or Flash container which might be #content-container or #content or #banner-container (and sometimes position: relative; z-index: 1; to the #nav container although this isn't always necessary). The position: relative; (or absolute) is necessary to make the z-index work.
Create an account or sign in to comment