我必须在锚标记内加载图像。
<a> <img calss="imageclass"/></a>
如果像这样的负载在图像周围边界。 我尝试过像border:0和border-style这样的东西:没有但没有任何作用。
我有一个解决方案,如果我使用div元素而不是img它没有任何边框。
请帮助我如何加载没有边框的图像,而不使用div元素。
答案 0 :(得分:1)
在你的css中试试这个:
a, img {
border: 0 none;
}
答案 1 :(得分:0)
JSFIddle。这是
<a href="https://www.google.com" style="border: none;"><img src="http://i.imgur.com/PWSOy.jpg" /></a>
答案 2 :(得分:0)
通过css代码上传您的图片......就像这样
#bgimg { background: url("http://www.staticimages.co/seemeagain/upgrade-sprite.png") -35px -3px;
display:block;width: 25px;height: 25px;float: left;
}
and stop using img tag for uploading background image , use span tag and call your bgimg tag inside there .