On Mon, 22 May 2006 21:55:10 +0800, benjy rose :: B:COMPLEX Creative  
<[EMAIL PROTECTED]> wrote:

> I've created a dropdown menu that works fine on FF/Mac, FF/Win, and  
> IE/Win, but has some weirdness on Safari.  Basically, when the menu  
> first dropsdown, it doesn't display the full width of the menu, but when  
> I roll overthe items, they each extend out to the proper length. Then,  
> when I roll off the menu, the extra bit (full length minus length  
> displayed originally)remains on screen until I resize the browser window.

I had a similar-sounding problem with my menus. I got the solution from  
this list, but I've forgotten what it was!

I think it was to style the sub-menu lis as display:inline-block, i.e. for  
you:

#nav li {
   display: inline-block;
}

However, that caused problems with IE, and I remember spending quite a bit  
of time juggling things until I was happy.

HTH,
-- 
Andrew Gregory, <URL: mailto:[EMAIL PROTECTED] >
<URL: http://www.scss.com.au/family/andrew/ >
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7b2 testing hub -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to