Debbie Campbell wrote:
> In IE 8/7/6, the dropdown menu below About Us first displays narrow, 
> then expands to the right to the full width. Can someone let me know 
> what I need to correct in the CSS to make it display full width right away?
>
>   
>> http://www.greyrockconcretedesign.com/contact-us/
>>     
>
> --
> Debbie Campbell
>   






Try:

.menu ul ul a { 
/*width: 180px;*/
width: 160px;
}

It would save everyone a lot of time if you indicted which one of the 
styles sheets you think is problematic, and the relevant line number, in 
your post.

Best,
~d

-- 
http://chelseacreekstudio.com/

______________________________________________________________________
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