Mann, Lydia schrieb:
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,


"wfm on a local copy" might indicate that I've invested some effort to help you with your problem, and its not my problem when you don't even try it.

I've noted on several occasions on this list why one need to declare a special declaration
a:hover {background-position: 0 0; }
to let
a:hover .elem {do_anything } work in IE.

so please allow me to cite myself:
http://archivist.incutio.com/viewlist/css-discuss/58502
http://archivist.incutio.com/viewlist/css-discuss/59089

and you might want to read a detailed dissection of this problem
http://www.tanfa.co.uk/css/articles/pure-css-popups-bug.asp
(via ppk http://www.quirksmode.org/css/ie6_purecsspopups.html)

or you might just want to see a working fix of your page here
http://www.satzansatz.de/cssd/tmp/20050707185224/index.html

google for "IE flicker" for the next step.

hth

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