Highlight linked images

Posted in: Newspaper
Post count: 27

Hi,

is it possible to add hover effects on all linked images on posts and pages?

I tried to add sth like this:

img
{
opacity:1.0;
filter:alpha(opacity=100);
}
img:hover
{
opacity:0.8;
filter:alpha(opacity=80);
}

this code doesnt work properly. Some images get highlighted but not all (and only on the homepage for some reason).

You can see an example page here: http://www.interviewmagazine.com/fashion/

Thank you in advance! 🙂
Gwen

my site: gwenos.com

  • This topic was modified 10 years by Gwen.
Post count: 23312
Viewing 2 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic.