【发布时间】:2011-08-31 04:38:33
【问题描述】:
Here at this line after clouds 仅在 iPad 或 iPhone 中可见。知道如何解决吗?
在所有其他桌面浏览器中都可以。
CSS
#banner-inner { height: 270px; margin: 0 auto; position: relative; width: 954px;}
.cloud-bottom { position: absolute; background: url(images/clouds_dark.png) repeat-x 0 bottom ; z-index: 1; width:100%;height:111px;bottom:0}
.cloud-top { position: absolute; background: url(images/clouds_light.png) repeat-x 0 bottom ; z-index: 4;width:100%;height:111px;bottom:0}
【问题讨论】:
-
也许尝试用
em而不是px来定义事物? -
奇怪的是我什至没有看到那条线。我只看到两条虚线grab.by/adxo
-
@corroded- Line 只能在 ipad 上看到。
-
@Jitendra Vyas 图形 cloud_light.jpg 发生了一些有趣的事情。我已经把它变成不透明的,并且从中间开始有一个像素的边缘。我将其发布为未回答。
-
放大后线是否保持1px,或者放大后是否更大?如果在我的某些网站上遇到过,即使放大,这条线在 iphone 上仍然是 1 个物理 1px。我只是懒得修复它。