• I’m pretty new to this, so please excuse me if I’m bad at explaining it… When I post thumbnail and links to my blog, I get a weird effect every time I move the mouse over the picture/link. It kind of “moves”, which I’m not too pleased about. You can see what I mean if you go to my blog: https://www.nymark.net

    Is there any way that I can make them hold their positioning on rollover?

Viewing 3 replies - 1 through 3 (of 3 total)
  • a:hover {
    background-color: #eee;
    border: 1px solid #ccc; <——————
    }

    Take the indicated line out, and it should be okay.

    Thread Starter cirque

    (@cirque)

    Thanks for the tip, but unfortunately, that didn’t do it. But when I removed the other line, that did the trick!

    a:hover {
    background-color: #eee; <——————
    border: 1px solid #ccc;
    }

    Thank you for pointing me in the right direction, I would have spent the day commenting every other line…

    How very odd ……. Oh well..seen stranger ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘How to stop thumbnails/links to “move” on rollover?’ is closed to new replies.