[jQuery] Re: SUPERFISH Supersubs problem in mozilla firefox

2008-10-15 Thread pacemaker
Hi all, as a workaround till Joel finds a solution change the following line in the supersubs.js From: .end().end()[0].clientWidth / fontsize; To: .end().end()[0].clientWidth / fontsize - 3; pacemaker

[jQuery] Re: SUPERFISH Supersubs problem in mozilla firefox

2008-08-25 Thread Joel Birch
Hi Andy, Sorry you are still having issues, but I still haven't had time to look at this. If you could package up a set of files showing the problem that I can debug locally I may get to it sooner. Supersubs is still in a use-at-your-own-risk phase at the moment. Joel Birch.

[jQuery] Re: SUPERFISH Supersubs problem in mozilla firefox

2008-08-24 Thread andy
I had initially set the font-size using pixels in 3 places in the css. I switched those over to em units. However, this problem is still happening in Firefox. I also have been going over every bit of code in the js, the css, and the html, and I am stumped. The example on the superfish page