Viewing 5 replies - 1 through 5 (of 5 total)
  • It’s probably in the css.
    If you can provide a link to your site, we should be able to figure out what’s causing this.

    Thread Starter torvill.dean

    (@torvilldean)

    Hi Christine, thanks for you reply.

    my site is palmanfzc.com, and you will see it only happens when the image is linked to something.

    Thread Starter torvill.dean

    (@torvilldean)

    Could this be a theme issue?

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Yes and your theme author is here: http://swiftideas.net

    Hi.
    I have opposite wish. I’d like to get a border around image with link.
    Current solution is reduced opacity, but I don’t like it. It isn’t noticeable enough. This is in my style.css:
    a { color: #ff8000; text-decoration: none; }
    a:visited { color: #ff8000; }
    a:hover { color: #0000ff; text-decoration: underline; }
    a img:hover { opacity: 0.5; }

    I’ve tried also to reduce opacity for all images to 0.8 and then enlarge opacity to 1 with: a img:hover { opacity: 1;}, but images were too pale. Now I’d like to try with border around image. I’ve tried with a img:hover { img-border: 1;} but it didn’t work. Can you, please, help me.
    Oh, my site is: http://www.tangens.si/

    Kind Regards, Mirko

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘image hover/rollover border’ is closed to new replies.