[jQuery] Re: superfish animation (yet another )

2008-06-11 Thread justrox420
Not sure it will ever come across, but if someone else asks, you can center this by just using some oldschool layout methods table cellpadding=0 cellspacing=0 border=0 align=center trtd just thought i'd share. I've tested this and it centers the nav beautifully. Nothing else I've tried

[jQuery] Re: superfish animation (yet another )

2008-06-10 Thread justrox420
You know, I actually did that once... I seem to be having some local issues w/file redundancy... Regardless, I've made the change, and there is still no animation. Now the error console doesn't throw that odd amp;amp; anymore, however. Any other ideas? On Jun 5, 4:19 am, Joel Birch [EMAIL

[jQuery] Re: superfish animation (yet another )

2008-06-10 Thread justrox420
wow, some odd encoding happened on my end, changed all the to gt; and so on. I've since just pulled down a new copy of the superfish.js and it works perfectly. Thank you for taking the time to help me out. You've built something outstanding here, and it's guys like you that make guys like me

[jQuery] Re: superfish animation (yet another )

2008-06-05 Thread Joel Birch
Firebug shows errors - the first one is the problem. It seems that at some point the ampersands in the Superfish code have been encoded as $amp; which is breaking the script. Please search for this:amp;amp; and change it to this: Then it will work perfectly. Joel Birch.