ie 7及以下问题,绝对定位

发布于 2024-12-07 02:31:16 字数 635 浏览 1 评论 0原文

由于某种原因,在 ie 7 及更低版本中,内容存在巨大差距。我认为这与我运行的一些 jQuery 有关。菜单似乎将内容向下推,即使其绝对位置并且不应该在流程中?

http://www.tigerstudiodesign.com/company-overview/

即 7 及以下:< a href="http://localhostr.com/files/yshCtut/Screen+shot+2011-09-27+at+11.08.20+AM.jpg" rel="nofollow">http://localhostr.com/files/yshCtut/Screen+shot+2011-09-27+at+11.08.20+AM.jpg

它应该是什么样子: http://localhostr.com /files/Gq1DiuR/Screen+shot+2011-09-27+at+11.08.40+AM.jpg

for some reason in ie 7 and lower there is a huge gap in the content. I think it has to do with some jQuery I have running. the menu seems to push the content down even though its absolute position and it shouldn't be in the flow?

http://www.tigerstudiodesign.com/company-overview/

ie 7 and below: http://localhostr.com/files/yshCtut/Screen+shot+2011-09-27+at+11.08.20+AM.jpg

what it should look like:
http://localhostr.com/files/Gq1DiuR/Screen+shot+2011-09-27+at+11.08.40+AM.jpg

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

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

发布评论

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

评论(1

鸢与 2024-12-14 02:31:16

试试这个

#header {position: relative;}
#content {position: absolute; left: 0; top: 135px; height: 40px; }

try this

#header {position: relative;}
#content {position: absolute; left: 0; top: 135px; height: 40px; }
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文