Hi,
I've just created a new website and I'm using superfish menus.
<script type="text/javascript" src="js/jquery.superfish.js"></script>
<script type="text/javascript">
$(document).ready(function () {
$('ul.sf-menu').sooperfish({
delay: 1000,
autoArrows: true,
cssArrows: true,
hoverClass: 'sfHover',
pathClass: 'overideThisToUse',
pathLevels: 3,
});
});
The problem is related to the disappearing cssArrows. When I click on "Home", the arrows are fine on the menus selection, but when I click on another menu element, the cssArrows disappear, only reappear when I click on "Home" again. Any help will be greatly appreciated. Have a great day.
Many thanks
Hi,
I've just created a new website and I'm using superfish menus.
<script type="text/javascript" src="js/jquery.superfish.js"></script> <script type="text/javascript"> $(document).ready(function () { $('ul.sf-menu').sooperfish({ delay: 1000, autoArrows: true, cssArrows: true, hoverClass: 'sfHover', pathClass: 'overideThisToUse', pathLevels: 3, }); }); The problem is related to the disappearing cssArrows. When I click on "Home", the arrows are fine on the menus selection, but when I click on another menu element, the cssArrows disappear, only reappear when I click on "Home" again. Any help will be greatly appreciated. Have a great day. Many thanks