[jQuery] superfish

[jQuery] superfish


hi
i have 2 problems with superfish. Hopefully someone of you can help
me.
I am using:
- hoverIntent
- superfish
- supersubs
- bgiframe
Everything works ok except 2 things:
1) There is one white spacer (one px) on the left side of the menu.
This spacer is also present if you take a look on the example page on
http://users.tpg.com.au/j_birch/plugins/superfish/#download
2) The property speed does not have any impact on the menu. But delay
does work as intended. This is how i create the menu:
$(function(){
$("ul.sf-menu").supersubs({
minWidth: 12,
maxWidth: 27,
extraWidth: 1}).superfish({speed:'0', delay:'200'}).find
('ul').bgIframe({opacity:false});
});
and some html
<ul class="sf-menu">
<li class="current">
<a href="#">Menu 1</a>
<ul>
<li><a href="#">Info</a></li>
<li><a href="#">Info 2</a></li>
</ul>
</li>
</ul>
Any suggestions?
_tia rene