On Thu, May 28, 2009 at 8:24 AM, Nancy Johnson <njohnso...@gmail.com> wrote:
> I am styling some buttons for an internal application that uses IE6 only.
> I would like to switch out the button on hover, because IE6 doesn't
> support hover I am wondering there is a work around to make IE6 work
> with hover, preferably CSS  if not very simple js


Without JavaScript there's no real way for IE 6 to recognize :hover on
anything but <a> elements, sorry.

But in general, you'll want to be careful how you use the <button>
element, as IE has some issues with it, especially if the button is
used to submit data, and the situation is even more precarious in IE
6. See 
<http://allinthehead.com/retro/330/coping-with-internet-explorers-mishandling-of-buttons>
for more information about this.

Erik
______________________________________________________________________
css-discuss [cs...@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to