Zdravicko Eriku ;)

> A added the img after a:hover but it doesn't work either for me.

Add this:

.galeria a {
   text-decoration: underline;
}

.galeria a:hover {
   text-decoration: none;
}

to make IE *re-render the hover* status, otherwise it gets stuck as you 
noticed.

-- 
Jan Brasna :: www.alphanumeric.cz | www.janbrasna.com | www.wdnews.net
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7b2 testing hub -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to