Re: [css-d] dropdowns appearing behind content - fixed

2008-02-27 Thread Rebecca Richter
@lists.css-discuss.org Subject: Re: [css-d] dropdowns appearing behind content Rebecca Richter wrote: > I'm wondering why my css dropdown menus are appearing behind the > white content area at http://www.blackfootchallenge.org/3col.html. > Anyone know? It is normal that the las

Re: [css-d] dropdowns appearing behind content

2008-02-27 Thread Gunlaug Sørtun
Rebecca Richter wrote: > I'm wondering why my css dropdown menus are appearing behind the > white content area at http://www.blackfootchallenge.org/3col.html. > Anyone know? It is normal that the last element gets stacked visually in front when elements occupy the same area and no stacking-cont

Re: [css-d] dropdowns appearing behind content

2008-02-27 Thread Shirley Hicks
On 27-Feb-08, at 6:54 PM, Rebecca Richter wrote: > Hi, > > I'm wondering why my css dropdown menus are appearing behind the white > content area at http://www.blackfootchallenge.org/3col.html. Anyone > know? Have you checked your layering order (the "z" number) to see which divs are higher a

Re: [css-d] dropdowns appearing behind content

2008-02-27 Thread Rebecca Richter
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

Re: [css-d] dropdowns appearing behind content

2008-02-27 Thread Parag Jagdale
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

[css-d] dropdowns appearing behind content

2008-02-27 Thread Rebecca Richter
Hi, I'm wondering why my css dropdown menus are appearing behind the white content area at http://www.blackfootchallenge.org/3col.html. Anyone know? Thanks! Most Sincerely, Rebecca Richter, Owner Green Valley Designs (406)546-9658 [EMAIL PROTECTED] www.greenvalleydesigns.com __