• 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) 🙂

Viewing 1 replies (of 1 total)
  • hyperlinks increase in size slightly when hovered over

    This is not a typical WP issue, but an advanced website dev. issue. That said, while a very fast broadband connection may be able to perform asynchronous call back functions that can re-size images on the fly from very fast servers, I doubt the ability to implement this without hiring an expert.

    BTW, the above CSS has nothing to do with this.

Viewing 1 replies (of 1 total)

The topic ‘Hover img size change’ is closed to new replies.