如何修复 IE 7 错误(使用 GWT 应用程序调整 Windows 大小错误)
您好,所以当我在 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这是 ie6 的已知错误,但是......尝试
在样式表中设置
This was known bug for ie6, however... try setting
in your stylesheet