Thomas Schager <ich-will (AT) keinen-dreck (DOT) at> wrote:
Quote:
does anyone know how I can get Internet Explorer to use :hover,
:active etc. definitions on <input> elements? |
You cannot, except by waiting for a few years for the next version.
Quote:
Of course, I could use JavaScript to change the attributes for
getting this effect. |
Yes. After all, :hover is a rather limited alternative to scripted
events anyway, though rather useful for links, for which it is well
supported.
Quote:
But - is there a CSS way? |
The :hover and :active (and :focus) pseudoclasses are the CSS way, and
if a browser does not support them sufficiently, there is nothing CSS
can do.
--
Yucca,
http://www.cs.tut.fi/~jkorpela/