Hover img size change
-
Hi
I am trying to have my thumbnail images that are hyperlinks increase in size slightly when hovered over. I found the link section in my stylesheet to contain this:/* #Links
================================================== */
a{ color: inherit; text-decoration: none; outline: 0; }
a:hover{ color: inherit; }
p a { line-height: inherit; }I would like to know how to add CSS to it that I can then specifically use on img hyperlinks within my content.
I have found a few different things, one being
‘a:link{}
a:visited{}
a:hover{}
a:active{}’I don’t want to affect the hover features for text, just for images.
Once the CSS is set, then will I need to direct the hyperlinks in the HTML to use this or will it do it on its own?Thanks
http://www.earthenbuilt.com/natural-building
The site is under construction (of course) 🙂
The topic ‘Hover img size change’ is closed to new replies.