如何修复 IE 7 错误(使用 GWT 应用程序调整 Windows 大小错误)

发布于 2024-10-06 05:49:26 字数 494 浏览 3 评论 0原文

您好,所以当我在 IE7 中调整窗口大小时,转到应用程序的不同部分,而不是返回主页并将窗口大小调整回完整窗口,应用程序不会将自身大小调整为完整窗口。这种奇怪的行为有解决办法吗?

谢谢。

<div id="contents">

<div id="top bar"></div> ----> resizing fine

<div id="center"> ----------->resizing fine
<div id="center1"></div> ------>* not resizing
<div id="center2"></div> ------>* not resizing
</div>

<div>

最奇怪的是,它的大小都调整得很好,直到你把它变小,导航到不同的部分回来,而不是让它全屏显示*上面*没有调整大小回到全屏..

Hi so when I resize the window smaller in IE7, go to the different section of the app than come back to the home and resize the window back to the full window the app does not resize itself to the full window. Is there a fix to this weird behavior?

Thanks.

<div id="contents">

<div id="top bar"></div> ----> resizing fine

<div id="center"> ----------->resizing fine
<div id="center1"></div> ------>* not resizing
<div id="center2"></div> ------>* not resizing
</div>

<div>

Weirdest thing is that it all resizes fine until you make it smaller, navigate away to different section come back than make it full screen above * is not resizing back to full screen..

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

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

发布评论

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

评论(1

旧时浪漫 2024-10-13 05:49:26

这是 ie6 的已知错误,但是......尝试

body {
   position: relative;
}

在样式表中设置

This was known bug for ie6, however... try setting

body {
   position: relative;
}

in your stylesheet

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