Lisa Wilcox wrote:
> I have a web site www.familyfirstdocs.com. In IE6 with WinXP, the scrolling
> seems to be disabled on the dropdown menus. In IE 7 and on Firefox it
> seems fine. When I use dreamweaver cs3 it gives me a list whitespace
> bug. I try to apply the fixes it suggests, but I still have the same
> issue. Below is my menu css.
>
> #menuh ul ul
>     {
>     position:absolute;
>     z-index:500;
>     top:auto;
>
> display:none;
>     padding: 1em;
>     margin:-1em 0 0 -1em;
>     width: 175px;
>
> text-align: left;
>     }
>
> Anyone have any ideas?
>
> Thanks 
> Lisa
>   
Change the declaration to #menuh ul li ul to enable proper targeting in 
the document structure.

Happy New Year!

-HP
______________________________________________________________________
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