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:
http://www.redkitecreative.com/projects/checkmar
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 that
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
las
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 b
Hi Joel,
Thanks so much for you help. Its working great.
Cheers
Mark
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
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 or
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 l
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 bit
Looks like you did everything right, but I missed yet another bit of
CSS that should go with those other bits. You should also add this
immediately *before* the line I most recently showed you:
.nav li li:hover li ul,
.nav li li.sfHover li ul {
top:-999em;
}
Just a note: I know it
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
Sorry, you will also need something like this just *before* that
declaration:
.nav li li li:hover ul, /* pure CSS hover is removed below */
ul.nav li li li.sfHover ul {
left:9.45em;
top:-1px;
}
Joel Birch.
On 13/07/2007, at 12:53 AM, Joel Birch wrote:
Hi Arjan,
You proba
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;
}
...
13 matches
Mail list logo