WebsiteBaker Support (2.8.x) > Templates, Menus & Design
Questions about navs
Argos:
If you want to use sliding effects on the sidebar menu as well, call this jquery code in your template:
--- Code: ---// Sidebar Menu effects
$('.side_bar_menu a').not(".active").hover(
function() {
$(this).children('.hover_span').stop().animate({width:'100%'},500,'easeOutExpo');
},
function() {
$(this).children('.hover_span').stop().animate({width:'0'},200,'easeOutExpo');
}
);
--- End code ---
You can see the site I used all this on www.emilynijhuis.nl
Argos:
Good to know you succeeded. If you like, please share the link to the site you're building. It's always nice to see the actual result of combined efforts.
Argos:
Well, the sites looked fine, but they were not made in WB, so I removed them. And I suggested to show the result of the menu discussion in this topic, not unrelated projects :-)
So show the site with the created menu when you're ready (if you like), ok?
Navigation
[0] Message Index
[*] Previous page
Go to full version