Hi,
I'm learning, spent a few hours trying a few things. Still, I
don't see how I could stop the hover (underline) effect on one
single menu item...
Right now I'm using HTML in the menu item: <a
class="noEffect">Link</>, and using
a.noEffect:hover { border-bottom=0 !important;} and it works, but
for a fraction of a second the border appears and disappears... :(
I was looking into intercepting Superfish when the hover is added,
but I'm not sure where to look.
Something like if(
$(this).hasClass('.noEffect') ){return false;} (suggested by
Brian at Hoverintent) but not sure where it would go in Superfish....
Thanks