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? one # aUpdateZip: hover, a # aCancelZip: hover {text-decoration: underlined; Font-family: Arial, Helvetica, sans-serif; }

Can you always use JQuery? Add some good hover effect? For example ...

  $ ("# aUpdate"). Hover (function () (.font () .stop (). Animate ({"color": "# 000000"}, "medium")}, function () {$ (this) "Color": "#ffffff"}, "sharp")});    

Comments

Popular posts from this blog

mysql - BLOB/TEXT column 'value' used in key specification without a key length -

c# - Using Vici cool Storage with monodroid -

python - referencing a variable in another function? -