Here is the working jquery code:
jQuery("#div").mouseover(function() {
jQuery(this).css({ "background": "#ffffff", "box-shadow": "0 -1px 4px -1px rgba(0, 0, 0, 0.3)", "position": "relative", "z-index": "999999999", "border-radius": "none" }); });
jQuery("#div").mouseover(function() {
jQuery(this).css({ "background": "#ffffff", "box-shadow": "0 -1px 4px -1px rgba(0, 0, 0, 0.3)", "position": "relative", "z-index": "999999999", "border-radius": "none" }); });
No comments:
Post a Comment