html - Image as link in IE9 -


i have link "<a ... ></a>" , within image ""

something like: "<a...><img src.../></a>"

my problem in ie9 (do not know if occurs in versions prior ie9) putting edge in image.

in other images on page, has no links, problem not occur.

how can take edge off these images have associated links

try css:

img{     border: 0 } 

Comments

Popular posts from this blog

php - What is the difference between $_SERVER['PATH_INFO'] and $_SERVER['ORIG_PATH_INFO']? -

fortran - Function return type mismatch -

queue - mq_receive: message too long -