[jQuery] Re: Superfish not working with Wordpress version jQuery 1.3.2

2009-10-28 Thread J.D.
On Oct 14, 7:02 pm, Go4 wrote: > I have used your great plugin for a menu in Wordpress 2.8.4 and I > wanted to use the default Wordpress jQuery library jquery.js?ver=1.3.2 > but your pluginSuperfishwouldn't work. I added the > jquery-1.2.6.min.js file and it did work OK. Since there is no reason

[jQuery] Re: Superfish Not working

2009-03-24 Thread James
Using FF3, I see white lettering for your menu. In only FF3 (didn't happen in IE6), the menu doesn't seem to be expanding downwards as expected. It gets cut off about 10px down. I tried setting the moduletable class 'overflow' to 'auto' and that fixed it. It's currently set to 'hidden' right now.

[jQuery] Re: SuperFish not working

2009-03-03 Thread imageshackuza
Hi, I decided to do use something else to make my menu, so if you go to the site, you will not see the sample anymore. Howvever, if it is possible to answer the question "abstractly" i may refer to the solution, when i implement superfish at a later date Thanks On Mar 3, 2:33 pm, imageshackuza

[jQuery] Re: Superfish not working on PHP page

2007-11-20 Thread Jangla
Er, WOW! Talk about going the extra mile - thanks Joel!!! I'm under pressure to get the site finished but once it's done, I'll have a look at the changes you've made so I can learn something from them. On Nov 17, 7:13 am, "Joel Birch" <[EMAIL PROTECTED]> wrote: > I had a look at your page and it

[jQuery] Re: Superfish not working on PHP page

2007-11-16 Thread Joel Birch
I had a look at your page and it seems that you just need to adjust your widths and padding of all the elements involved. I altered the css from within Firebug to what I think is a more robust set of values. The resulting css should be more stable across all browsers. I've posted the resulting fil

[jQuery] Re: Superfish not working on PHP page

2007-11-14 Thread Jangla
Can I just clarify what you've said? You mean, explicitly define the width of the navigation div and then make sure that width plus padding equals the first ul element? There are a couple of issues with width that may all be related actually. If you take a look at this page: http://www.clinicn

[jQuery] Re: Superfish not working on PHP page

2007-10-10 Thread Joel Birch
Make sure that the anchor elements have an explicit width and that their width plus horizontal padding adds up to the width of the submenu ul element width. Joel Birch.

[jQuery] Re: Superfish not working on PHP page

2007-10-10 Thread Jangla
Hi, Thanks for getting back to me. I've since solved that problem and moved onto another one! I've got the animations to work but for some reason, there's a "pop" at the end of the animation. When the sub-menu first appears, it's the width of the text contained within it. It then "pops" out to

[jQuery] Re: Superfish not working on PHP page

2007-09-24 Thread Joel Birch
The only issue I can imagine in this scenario is that you are initialising Superfish before the HTML for the menu has been loaded and injected into the DOM. Make sure you are putting the Superfish initialisation code in the callback of the function you are using to dynamically load the XML, and af