javascript - CSS hover property alternative for IE -
CSS hover property does not work in IE but works fine in Firefox. So what could be the solution for the following code for IE? Can you always use JQuery? Add some good hover effect? For example ... one # aUpdateZip: hover, a # aCancelZip: hover {text-decoration: underlined; Font-family: Arial, Helvetica, sans-serif; }
$ ("# aUpdate"). Hover (function () (.font () .stop (). Animate ({"color": "# 000000"}, "medium")}, function () {$ (this) "Color": "#ffffff"}, "sharp")});
Comments
Post a Comment