I think its talking about editing the superfish.css file. For example
in the sample superfish.css that comes with your download, you see
something like this:

===
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
        left:                   0;
        top:                    2.5em; /* match top ul list item height */
        z-index:                99;
}
===

".sf-menu li:hover ul" must be a selector carried through from
suckerfish, and ".sf-menu li.sfHover ul" is new in Superfish.
Corresponding selector definitions exist throughout the .css file.

I didn't base my use of superfish on suckerfish, so I basically took
the sample superfish.css file and tweaked it to suit my needs. It
sounds like you're modifying an existing suckerfish menu system, am I
right?

-GF

On Nov 16, 9:23 am, Wiz8ian <mwisle...@gmail.com> wrote:
> Hi Guys,
>
> I know this will be a simple fix - but i've downloaded superfish,
> installed the css and js files, inserted everything into the <head> of
> my site but simply don't understand what i need to change now to get
> it all running.
>
> The superfish homepage states "Begin with a working pure CSS dropdown
> menu just like you would if creating a Suckerfish menu - ie. for each
> li:hover selector, add an equivalent li.sfHover selector."  Maybe it's
> just worded strange but i don't get it. Do i make a new selector with
> "a:sfhover" on the end of every "li" in my menu?
>
> Yes, i'm confused.  Anyone able to explain this to me in simple steps?
> Forgive my noob-ness.  Thanks in advance :)

Reply via email to