@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
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
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
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
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
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
__