Ann Adamcik wrote:
> Hi,
>  
>  I have a 3-level Son of Suckerfish menu that works 
>  fine everywhere except Safari (1.3.2).  It looks like
>  the 3rd level submenu isn't getting the right negative
>  top margin...
>  
>  Does anyone see what I've done wrong?

No, I think its a Safari bug.

Works for me here in my Webkit, so I think they have fixed it already.

>  
>  http://indigopear.com/Clients/menu
>  http://indigopear.com/Clients/menu/style.css

#nav li ul ul { ...
   margin: 0 0 0 120px; /* instead of -1.6em for margin-top */
   top: 0; /*add*/
   }

>  Also, because we want the hover behavior to persist
>  when mousing over the submenus, my selectors got
>  pretty complex - any ideas for simplifying them?

Simplifying a 3-leveled SOS would start with deleting at least one 
level, I fear.

Ingo

-- 
http://www.satzansatz.de/css.html
______________________________________________________________________
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