hi all

i have 2 questions on superfish.

How can i set the animate speed to very very fast ? :)
I tried speed:'0' or speed:'fast' but none seems to have any inpact on
the display speed of the menu.
Delay however works great for fading out pretty fast (200 at them
moment)

I'd also like to know how to remove that first white spacer that
appears in front of the first menu item. Thought that class="current"
would take care for that?
But even on the example page from "http://users.tpg.com.au/j_birch/
plugins/superfish/#download" that line is present (checked by setting
bg to black on example.html).

I use
- hoverIntent
- superfish
- supersubs
- bgiframe

to build the menu i use:
<script type="text/javascript">
  //initialise plugins
  $(function(){
  $("ul.sf-menu").supersubs({
    minWidth:    12,
    maxWidth:    27,
    extraWidth:  1}).
  superfish({speed:'0', delay:'200'}).find('ul').bgIframe
({opacity:false});
  });
</script>

and some html
<ul class="sf-menu">
        <li class="current">
            <a href="#">Menu1</a>
            <ul>
                <li><a href="#">Info</a></li>
            </ul>
        </li>

        <li>
            <a href="#">Menu2</a>
            <ul>
                <li><a href="#">Info</a></li>
            </ul>
        </li>
</ul>

_tia rene

Reply via email to