I want to thank everyone for your answers.
The .htc solution seemed to work, but I will look into the other solutions.
The backend webdeveloper I work with wants to get rid of all the
styling now and use the IE default which isn't my choice.
Nancy
On Thu, May 28, 2009 at 3:41 PM, Tim Snadden w
On 29/05/2009, at 1:24 AM, Nancy Johnson wrote:
> I am styling some buttons for an internal application that uses IE6
> only.
I'm so sorry for your pain. As they said, IE6 only supports hover on
. The advice about whatever:hover is good. Another option would be
to add/remove a class name (
Nancy,
Have you tried Whatever:hover? (http://www.xs4all.nl/~peterned/csshover.html)
It's a very small Javascript file that targets IE6 and below using an
IE-specific property (behaviors).
--Stephen
>>I am styling some buttons for an internal application that uses IE6 only.
I would like to switc
On Thu, May 28, 2009 at 8:24 AM, Nancy Johnson 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 CS
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
Here is the button
Here is the CSS