Thank-you for your reply, Ingo.

The background-position is specified on the span so is not effected by the
a:hover. Regardless, what would be needed is an "unhover" state.

When you click on or move over another hovered image elsewhere on the page
(since added to my test page: http://www.lydiamann.com/test/test.html) the
image gets un-stuck so I am wondering about how IE6 caches the images, i.e.,
does it hold one until another *pushes* it out of the way? If so, how do I
address this behavior?

Thank-you,

Lydia Mann
[EMAIL PROTECTED]


-----Original Message-----
From: Ingo Chao [mailto:[EMAIL PROTECTED] 
Sent: Thursday, July 07, 2005 1:02 PM
To: Mann, Lydia
Cc: '[email protected]'
Subject: Re: [css-d] Win IE6: stuck hover image (sliding-doors image
replacement)


Mann, Lydia schrieb:

> ... The image gets *stuck* on hover until page reload or some other 
> interference ...

> ... Here's the example: http://www.lydiamann.com/test/test.html


This buggy state effect looks so cool, I wouldn't change it.

If you must change it for some reasons (paying client), you could give

a:hover {background-position: 0 0; }
a try (or be more specific with #emerginfo a:hover {background-position: 
0 0; } and so on.

wfm on a local copy.

Ingo
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to