Hi all!

I'm just playing with border around image on hover. I know that IE 
doesn't support :hover pseudo-selector on any other element than "a", so 
I do something like this:

.galeria {
        float: left;
}

.galeria p {
        margin: 5px;
}

.galeria a img {
        border: 5px solid #fff;
}

.galeria a:hover img {
                border: 5px solid #5f4a35;
}

A added the img after a:hover but it doesn't work either for me. Look 
here: 
http://www.pripisa.sk/ubytovanie/penzion-zeleny-dom--rajecke-teplice-18/ 
- the small gallery above the form.

Have a nice weekend :)
Erik

-- 
depi.sk - IT & Life Weblog
weekendcast.sk - prvý slovensko-český podcast


______________________________________________________________________
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