在Internet Explorer中的html文件中的按钮边框

时间:2011-08-09 06:33:03

标签: css internet-explorer

我正在www.bookmyshirt.co.cc/hair/city.html处理html文件 在这个页面上有一个边框,在IE浏览器“找出更多的城市”,但它在Firefox上的perfext。 我如何删除该边框?

1 个答案:

答案 0 :(得分:1)

将它放在样式表中:

a img { border: none; }