开发者

My website suddenly started to show border over png files in ie 8

My website moviesmalayalam.com, suddenly started to show border ove开发者_JAVA技巧r png files in ie 8. It was working fine a few days before and this started after I tweked the css file. I can't find what I changed. Can anybody help to find this bug. There is no problem in crome and firefox.


The borders are appearing around images that are being used as links. This is default behaviour for IE, and suggests that at some point you have removed the CSS rule that prevents it.

Try adding something like this to your CSS:

a img {
    border:0;
}
0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜