Shanna Cramer wrote:
> On some versions the drop down menu falls behind the content.
>
>
> http://www.valleyseniorservices.org/  <- menu falls behind the content
>
>
>   





Problem in IE/6 and IE/7 only.
Correction:

#navigation {
position: relative/*add*/;
 /*z-index: 100; delete*/
    }
#page-nav li {
z-index: 10 /*add*/;
}

Best,
~d





-- 
desktop
http://chelseacreekstudio.com/
mobile
http://chelseacreekstudio.mobi/

______________________________________________________________________
css-discuss [cs...@lists.css-discuss.org]
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