var $menuLi = $("ul#menu-top-menu li");
$("#headerLinks").children("ul#menu-top-menu").children("li").each(function () {
$($topMenu).css("background", "none").css("font-size", "16px");
- $($topMenu).mouseenter( function () {
- $(this).css("background", "white") ;
- });
- $($topMenu).mouseout( function () {
- $(this).css("background", "none") ;
- });
+// $($topMenu).mouseenter( function () {
+// $(this).css("background", "white") ;
+// });
+// $($topMenu).mouseout( function () {
+// $(this).css("background", "none") ;
+// });
$($topMenu).css("padding", "10px 5px");
});
var $menuLi = $("ul#menu-top-menu li");
$("#headerLinks").children("ul#menu-top-menu").children("li").each(function () {
$($topMenu).css("background", "none").css("font-size", "16px");
- $($topMenu).mouseenter( function () {
- $(this).css("background", "white") ;
- });
- $($topMenu).mouseout( function () {
- $(this).css("background", "none") ;
- });
+// $($topMenu).mouseenter( function () {
+// $(this).css("background", "white") ;
+// });
+// $($topMenu).mouseout( function () {
+// $(this).css("background", "none") ;
+// });
$($topMenu).css("padding", "10px 5px");
});