[jQuery] Re: Menu Problem with IE6

2008-10-03 Thread Joel Birch
Hello, Actually, you do not need the suckerfish function as Superfish handles that stuff. What I noticed from a quick scan of your code is that you have decided to use an 'sf-menu' id rather than a class, which is perfectly fine, but you need to change your initialisation code to reflect that.

[jQuery] Re: Menu Problem with IE6

2008-10-02 Thread David Meiser
Looking briefly at the code I don't see the necessary suckerfish javascript. The superfish js file only contains the code to extend the suckerfish script - you'll still need to include the original suckerfish javascript. On Thu, Oct 2, 2008 at 1:18 AM, tom2008 [EMAIL PROTECTED] wrote: Hi All,

[jQuery] Re: Menu Problem with IE6

2008-10-02 Thread tom2008
Thanks For your help david, I will try and get back with the result. Thanks On Oct 3, 12:02 am, David Meiser [EMAIL PROTECTED] wrote: Looking briefly at the code I don't see the necessary suckerfish javascript.  The superfish js file only contains the code to extend the suckerfish script -

[jQuery] Re: Menu Problem with IE6

2008-10-02 Thread tom2008
Hi David, Tried to add the function from http://www.htmldog.com/articles/suckerfish/dropdowns/ but i don't know how to add to superfish css, can you please help me with javascript, do i have to add anyother javascript file or css? Thanks On Oct 3, 10:15 am, tom2008 [EMAIL PROTECTED] wrote: