Thanks Angel.
Wow, that slide down looks great!
Do you know how to make it slide back up on mouse-out too (eg to match
that slide down / up effect on the
http://spicebrains.com/multi-level-drop-down-menu/#examples
page)?
Hi Frank,
In the "$(document).ready(function() {" area...
Below the superfish ("$('ul.sf-menu').superfish({" call...
add...
$('ul.sf-menu > li > a span').remove();
I found that in this forum somewhere and that worked for me. Good luck
t; > I'm trying to get the 404 error fixed, but it only affects the main
> > landing page. You can see the site by going to theratrike.com/
> > home.html instead.
>
> > Thanks for your help.
>
> > On Dec 20, 10:05 pm, Dasher wrote:
>
> > > Howdy,
>
> >
Howdy,
I think I know what you'e after.
+ Transparent background on top level links
+ Solid background on sub links
The link you referred to returns a 404 page so I could not see it in
action.
I would do it by removing the background colour from the 'a' item and
adding it to the 'li' item inste
Thanks Charlie.
Removing "padding-right:2.25em;" for ".sf-menu a.sf-with-ul" in the
css arrows section did the trick.
Changed
.sf-menu a.sf-with-ul {
min-width:1px;
padding-right:2.25em;
}
to
.sf-menu a.sf-with-ul {
min-width:1px;
}
Looks the same with js on and off now.
Thank you Charlie.
Hey Charlie,
Thanks for that.
Unfortunately that makes no difference to the width of the top level
items for me - only the drop down sub items.
So it doesn't appear to be that
In combination, commenting out this line does not have any affect on
the top level width either:
$('ul.sf-menu > li > a
Hello,
I have just discovered superfish - it is awesome - the jquery
interaction is great.
Is it possible to have the superfish drop down items slide down and
slide up like the menu on this page?
http://spicebrains.com/multi-level-drop-down-menu/#examples
I really love that effect and have seen
Hello,
I am setting up my first superfish menu and having an issue with the
width of the top level link tabs.
When javascript is off, the width of the top level links look exactly
how I want them - with flexible width to accomodate the link text and
7px padding either side.
When javascript is on
8 matches
Mail list logo