The drop down menu on my front page (www.publicrelationsonline.co.uk) goes behind the top post image if you have more than 5 pages dropping down. It's fine if there's no image, it goes straight over the text; it's also fine on all the other main navigation pages.
I can see in Appearance-Montezuma Options-CSS files there's a file that says menus.css with coding for the drop down; I've tried adding various z-index figures underneath where it says position: absolute, to no avail.
/* 2nd level: "drop down" */
.menu ul {
float: left;
height: auto;
left: -999em;
position: absolute;
}
I can also see a z-index in menu-menus1.css and I've tried changing this, to no avail.
/* The menu wrapper "bar" */
#menu1-wrapper {
z-index: 1000;
background: #ffffff;
I've tried with the normal menu and now a custom Menu 1. Can anyone help please? I've spent six hours so far trying to resolve this and am now getting frustrated. Many thanks.
