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

Popular posts from this blog

android - Spacing between the stars of a rating bar? -

html - Instapaper-like algorithm -

c# - How to execute a particular part of code asynchronously in a class -