我正在尝试使图像“粘”在右侧,但它显示出某种不可见的边框。
我尝试添加的内容:
1) position: absolute;
2) border: 0; / border: 0px;
3) top: -5px; / I tried to put negative px, not even -1000px; has effect on it.
HTML:
<a href="#"><img class="float-right" src="img/FacebookImageLoading.jpg" /></a>
CSS:
.float-right{
float:right;
}