Brian Funk wrote: >>> <http://www.stoneladder.ca/sandbox/css/csspopup.html>
> The hasLayout trigger doesn't seem to work. Ok, I overlooked that I had a double-fix in there, and contributed IE7's positive response to the wrong fix. Here's another "dirty trick" to make IE7 behave... <http://www.gunlaug.no/tos/alien/bf/test_09_0420.html> In short: make the ':hover' selector look like this... a:hover img, x:hover img {...} ...with a nonsensical reference following the real one. Any selector can replace the "x", as long as it isn't an "a". Go figure :-) I also added a fix for IE6 in there... a:hover {background-position: 0;} ...but that one only makes the complete link work since IE6 doesn't support ':hover' on non-links. regards Georg -- http://www.gunlaug.no ______________________________________________________________________ css-discuss [[email protected]] 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/
