Kitty Garrett wrote:
> Can anyone help me with why the drop downs are not centered  
> under the links? They are off to the right. 
>
> http://www.prettygoodwebsites.com/phchelp/index.htm
>
> KittyG
>   

No guarantee. Try:

#nav li li a {
margin-left: -40px; /*minus 40*/
min-height:1px;/* IE/7 needs this but it will not adversely effect IE/6 
or compliant browsers*/
}

*:first-child + html #nav li li a {
margin-left:0;
}/*hack for our good friend IE/7.0*/

And validate.



-- 

A thin red line and a salmon-color ampersand forthcoming.

http://chelseacreekstudio.com/

______________________________________________________________________
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