[jQuery] Re: Superfish menu extremely slow/clunky in IE6 with wordpress

2008-01-12 Thread jbadger
Well, I fixed it by doing an ugly hack - but it works. The trick was to use an absolute path on the local machine (a path that starts with "/" instead of "http://";). Unfortunately it means that my pathname is very long and if I ever move things around I'll have to remember to update that. It w

[jQuery] Re: Superfish menu extremely slow/clunky in IE6 with wordpress

2008-01-12 Thread jbadger
Hi Joel, Thanks for your response. This is indeed a wierd one! In fact, my code is already doing what you suggest... the absolute path was expanded by php from Wordpress's bloginfo - I was showing you the code I saved from the page, not my original source code which already uses bloginfo. I'm

[jQuery] Re: Superfish menu extremely slow/clunky in IE6 with wordpress

2007-12-27 Thread jbadger
I think I found the problem, but I'm not sure how to fix it... I used "View -> Page Source" and pasted it into a file at the following location: http://news1.pandesa.com/wp-content/themes/zenful_pandesa/test.htm As you can see, the menus are still slow and clunky. Then I replaced the following

[jQuery] Re: Superfish menu extremely slow/clunky in IE6 with wordpress

2007-12-27 Thread jbadger
I think I found the problem, but I'm not sure how to fix it... I used "View -> Page Source" and pasted it into a file at the following location: http://news1.pandesa.com/wp-content/themes/zenful_pandesa/test.htm As you can see, the menus are still slow and clunky. Then I replaced the following

[jQuery] Re: Superfish menu extremely slow/clunky in IE6 with wordpress

2007-12-21 Thread jbadger
Hi Joel, Thanks for your prompt response! The page is validating now, but we still have the same problem. You've asked for the HTML, CSS and JS, but this is a WordPress page, so the HTML is created from a bunch of PHP files. Do you want me to package-up the WordPress template and send it to yo