[jQuery] Re: help with Superfish menu on Joomla in IE6/7

2009-07-15 Thread Charlie
I have lots of superfish experience, can clear up your issues for $80 US. You have a template/tag problem, was pointed out last time this site was posted kanjigirl wrote: My Superfish menu's working fine in FF and IE8, but broken in IE6/7:

[jQuery] Re: Help with Superfish

2008-10-21 Thread sireb
Hello Joel, Thanks for the response! I managed to figure it out... you were right i had been applying the style to the anchor elements. It works exactly perfect now! The only thing I would like to do, and I am not sure how to implement it at this time: add a different background image for the

[jQuery] Re: Help with Superfish

2008-10-21 Thread Joel Birch
Given that you are using unique images for each menu item, can you not just round the corner of the image that appears last in the menu? I think I'm missing something. Maybe the answer could be to add a class of 'last' to that menu item's anchor and apply the corner image to the top right of

[jQuery] Re: Help with Superfish

2008-10-20 Thread Joel Birch
Hello, From a scan of your CSS it seems that you are applying the images to the anchor elements. However, when you are hovering within a submenu, the associated parent anchor is no longer being hovered, so the hover image is lost. Try applying the images to the li elements and leave the anchor

[jQuery] Re: Help with Superfish IE6 quirk

2007-09-06 Thread Mark
Hi Joel, Thanks so much for you help. Its working great. Cheers Mark

[jQuery] Re: Help with Superfish IE6 quirk

2007-09-05 Thread Joel Birch
On 9/5/07, Mark [EMAIL PROTECTED] wrote: The problem is that when you hover over one menu item that should display a second level, the menu items below it in the top level move down a space. The menu items at the top level should not move and it should just roll out the second level menu. Hi

[jQuery] Re: Help with Superfish drop down menu

2007-07-13 Thread fr0sty
I changed the things in the CSS but no changes, http://www.onbereikbaar.nl/menu or did i do something wrong? On 12 jul, 17:01, Joel Birch [EMAIL PROTECTED] wrote: Sorry, you will also need something like this just *before* that declaration: .nav li li li:hover ul, /* pure CSS hover is

[jQuery] Re: Help with Superfish drop down menu

2007-07-13 Thread fr0sty
Tnx seems to work now :), now it's time to style it and make it ajax :) But first 3 weeks holiday time!! Tnx for your help :) On 13 jul, 12:47, Joel Birch [EMAIL PROTECTED] wrote: Looks like you did everything right, but I missed yet another bit of CSS that should go with those other bits.

[jQuery] Re: Help with Superfish drop down menu

2007-07-13 Thread Olivier Percebois-Garve
Hi Joel Just a thought, more comments in the css file of superfish would be worth since it is where a big part of the complexity of the menu system goes. Also personally, I'm not sure to understand the rules you have added to the original suckerfish css. Olivier Joel Birch wrote: Looks

[jQuery] Re: Help with Superfish drop down menu

2007-07-13 Thread Joel Birch
On 14/07/2007, at 10:06 AM, Olivier Percebois-Garve wrote: Hi Joel Just a thought, more comments in the css file of superfish would be worth since it is where a big part of the complexity of the menu system goes. Also personally, I'm not sure to understand the rules you have added to the

[jQuery] Re: Help with Superfish drop down menu

2007-07-12 Thread Joel Birch
Hi Arjan, You probably need to add the new level to the hover override declaration. So change this CSS: /*following rule negates pure CSS hovers so submenu remains hidden and JS controls when and how it appears*/ .superfish li:hover ul, .superfish li li:hover ul { top:-999em; } ...