javascript - How to have hover effects on input boxes in Internet Explorer 6 -
How do I view the hover effect on Input Boxes in Internet Explorer 6? If I can use it, then using YUI.
Thank you
Try this JavaScript:
and CSS:
input.hover {background color: # f0f; }
Here's the one that works in Firefox ... let me know how IE 6 goes ...
Comments
Post a Comment