Ahh good find I didnt pay attention to this.  Hopefully some other jquery
guru has some suggestions.  Thats my only issue with the menu, that an IE6
=).

These parts seems to be relevant to us:
  * It does take borders into consideration but all values
  * need to be in pixels

My demo uses ems to define the dimensions etc.
also:

  * NOTICE: This plugin uses CSS expersions in order to work
  * with an element's borders, height and with and can result in poor
  * performance when used on an element that changes properties
  * like size and position a lot. Two of these expressions can be
  * removed if border doesn't matter and performance does.

That sounds especially relevant considering that an animation runs on  
the element when the menus are revealed. Maybe removing the  
expressions that relate to borders (if you don't need them) may help  
you. Otherwise, another option could be to do an instant reveal of  
the menu rather than a gradual animation (not as cool of course).

Joel.
_______________________________________________
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/



-- 
View this message in context: 
http://www.nabble.com/enhanced-suckerfish-style-menu-plugin-tf3374021.html#a9449375
Sent from the JQuery mailing list archive at Nabble.com.


_______________________________________________
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/

Reply via email to