I have a banner image that I want the menu to display over top of, right now it is dropping behind it. Can anyone tell me if a setting exists, or how to make this happen?
Tony
John:
Thank you, I appriciate the prompt response. The fact is that I'm new to this and supposed to launch a site tomorrow, running into issues with the menu working with a skin that I thought was in good shape. Client now wants the menu above banner of people. I added your suggestion to the css of the skin, but don't see a change.
Any advice is appriciated. The banner is text/html as well as the content area, two different panes.
http://stjohnrochester.us/Church/Discover/ConsideringMembership.aspx
http://stjohnrochester.us/Church/InsideSJ/FindUs.aspx seems to show the menu over top, but http://stjohnrochester.us/Church/InsideSJ.aspx does not. Thoughts?
It's working in FireFox, but I see the problem in IE.
You can try moving the z-index up to a higher value for the menu z-index:9999;
Or you can try making the banner div lower in z-index something like #dnn_BannerPane { z-index:0;}