Difference between revisions of "Template:Pitt"
Line 42: | Line 42: | ||
$("#menuContainer table").stop(true, false).animate({backgroundColor: '#000000'}, 250); | $("#menuContainer table").stop(true, false).animate({backgroundColor: '#000000'}, 250); | ||
$("#menuContainer li").css({backgroundColor: '#000000'}); | $("#menuContainer li").css({backgroundColor: '#000000'}); | ||
− | + | // $("#top_menu_14").removeClass("opaque"); | |
− | + | // $("#top_menu_14").not(".mouseOver").stop().fadeTo(250, 0.2); | |
s.currentTop = null; | s.currentTop = null; | ||
} | } | ||
Line 58: | Line 58: | ||
s.stickyElement.css('width', $(s.getWidthFrom).width()); | s.stickyElement.css('width', $(s.getWidthFrom).width()); | ||
} | } | ||
− | $("#menuContainer td").stop(true, false).animate({backgroundColor: '# | + | $("#menuContainer td").stop(true, false).animate({backgroundColor: '#383838'}, 250); |
− | $("#menuContainer table").stop(true, false).animate({backgroundColor: '# | + | $("#menuContainer table").stop(true, false).animate({backgroundColor: '#383838'}, 250); |
$("#menuContainer li").css({backgroundColor: '#00043d'}); | $("#menuContainer li").css({backgroundColor: '#00043d'}); | ||
s.stickyElement.parent().addClass(s.className); | s.stickyElement.parent().addClass(s.className); | ||
− | + | // $("#top_menu_14").addClass("opaque"); | |
− | + | // $("#top_menu_14").stop().fadeTo(250, 1); | |
s.currentTop = newTop; | s.currentTop = newTop; | ||
} | } | ||
Line 159: | Line 159: | ||
$("#top_menu_14").mouseenter(function(e){ | $("#top_menu_14").mouseenter(function(e){ | ||
− | + | // $(this).addClass("mouseOver"); | |
− | + | // $(this).not(".opaque").stop().fadeTo(500, 1); | |
}); | }); | ||
$("#top_menu_14").mouseleave(function(){ | $("#top_menu_14").mouseleave(function(){ | ||
− | + | // $(this).removeClass("mouseOver"); | |
− | + | // $(this).not(".opaque").stop().fadeTo(500, 0.2); | |
}); | }); | ||
Line 352: | Line 352: | ||
#top_menu_14 { | #top_menu_14 { | ||
border: none; | border: none; | ||
− | opacity: .2; | + | comment-----opacity: .2; |
} | } | ||
Revision as of 19:54, 16 June 2015