CSS a:hover image borders -
i have bunch of linked images in table, padding. when try add img:hover or a:hover border attribute, when border appears, moves on amount of pixels border thick. there way stop behavior?
img { border: solid 10px transparent; } img:hover { border-color: green; }
Comments
Post a Comment