Taryn Regish wrote:

> I am working on a site that has a dropdown menu. ...
> 
> The link to the website is: http://wickedrun.com/sandbox/appleinn/

> In Safari, the dropdown menu displays in a horizontal line under the main
> navigation. I can't figure out why the menu works in IE6, IE7, Opera,
> Firefox but it is doing this screwy thing in Safari.

This works for me, setting a width on the UL element. I've had a similar 
problem before with elements in Safari.

        /*dropdown*/    
        div#navigation li ul {
                display: none;
                width: 100%;
        }


-Adam Ducker (http://adamducker.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