Hi Rebecca,

Try adding a z-index:1000;
to: .topnav:hover div.dropdown

so your ending code should look like this:

.topnav:hover div.dropdown
{
left: -1px;
z-index:1000;
}

it worked for me in FF. Didnt test in IE. Try it.


> I'm wondering why my css dropdown menus are appearing behind the white
> content area at http://www.blackfootchallenge.org/3col.html. Anyone know?
>


Thank You,
Parag Jagdale
Un-identified LLC
www.un-identified.com
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to