Hi Parag,

That worked great in FF! Not in IE, though. Any more ideas for that?

Most Sincerely,
Rebecca Richter, Owner
Green Valley Designs
(406)546-9658
[EMAIL PROTECTED]
www.greenvalleydesigns.com 


-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Parag Jagdale
Sent: Wednesday, February 27, 2008 5:11 PM
Cc: css-d@lists.css-discuss.org
Subject: Re: [css-d] dropdowns appearing behind content


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/

______________________________________________________________________
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