我有这个div
没有边界。在 iPhone/iPad 浏览器上,它周围带有黑色边框。编码:
.progress {
position: absolute;
left: 0px;
z-index: 9999;
background: #ffffff url(img/progress.gif) center 95px no-repeat;
height: 100%;
}
我已经尝试过:
border: 1px solid white;
但无济于事。也transparent
没有带来任何东西。
截图: http: //liebdich.biz/img/Foto.PNG
编辑:其实我不确定发生了什么。由于此 div 出现在其他没有边框的情况下。前往http://liebdich.biz/blanc观看现场直播。它是Ajax
“加载”动画div
。每当您单击链接时,您都可以看到它。但是,如果您访问http://liebdich.biz/blanc/profile并单击图像,您会看到相同的图像div
,但带有边框...?这可能与fadeOut
图像的 jQuery 有关吗?
谢谢!!