I made this code so that when I rolled the page the MENU would be fixed in the Top. That is, always the view of the user.
var nav = $('#outermainmenu');
var lia = $('.sf-menu > li, .sf-menu > li > a');
$(window).scroll(function () {...
asked by
26.05.2015 / 00:29