Day: June 24, 2013
-
Post Views: 10 /* Header: My joy */ $(“.my-leshi”).mouseover(function(){ $(“.my-leshi”).addClass(“my-leshi-hover”); }).mouseout(function(){ $(“.my-leshi”).removeClass(“my-leshi-hover”); }); /* Header: My joy */ $(“.my-leshi”).MouseEnter(function(){ $(“.my-leshi”).addClass(“my-leshi-hover”); }).mouseLeave(function(){ $(“.my-leshi”).removeClass(“my-leshi-hover”); }); When the mouse is moved to the shopping cart, the list of purchase products is weak, and then when the mouse is moved to a specific product, the entire block will flash a bit. The solution…
-
Post Views: 11 Even if my z-index is larger than the navigation menu is still not working, finally put the two divs of its superior position: The Z-index of relative is set the size, so that the previous level of my joy is greater than the navigation.
