[jQuery] Question Regarding Superfish
Hi,
I am trying to use Superfish Jquery menu in IE6.
It all works fine except that the menu which have sub menus displays 2
arrows next to the text.
I am using the following code:
// initialise Superfish
<script type="text/javascript">
$(document).ready(function(){
$("ul.sf-menu").superfish();
});
</script>
Can someone help me out?
Thanks in advance.
Kind Regards,
Amit Shah