ie7 css html 填充问题

发布于 2024-10-03 23:14:45 字数 417 浏览 2 评论 0原文

你好 我遇到了一个非常烦人的问题 我即将创建一个图片库,如下所示 http://freeri.freehostia.com/test/

这里的问题是,在所有更高版本的浏览器中,它们计算一下 分页按钮之前的元素有填充 页面按钮准确放置在最后一行图像下方 70 像素处 而 ie7 则不然,所以它只能放置在我给出的边距之后 屏幕截图下方 10px 的按钮

可以在这里看到 http://browsershots.org/http://freeri.freehostia.com/测试/

hi
i've encountered a really annoying problem
i'm about to create a imagegallery as can be seen here
http://freeri.freehostia.com/test/

the issue here is that in all later browsers they take in count
that the element before the pagination buttons has padding therefor
the page buttons get placed accuratly 70px beneath last row of images
while ie7 does not so it get's placed only after what margin i've given
the buttons that is 10px beneath

screenshots can be seen here
http://browsershots.org/http://freeri.freehostia.com/test/

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

半山落雨半山空 2024-10-10 23:14:45

试试这个

.last{
float:none;
margin-bottom:70px;
margin-left:0;
}

try this

.last{
float:none;
margin-bottom:70px;
margin-left:0;
}
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文