开发者

How to fix IE 7 bug (Windows resize bug with GWT app)

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
</d开发者_如何学Goiv>

<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..


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

body {
   position: relative;
}

in your stylesheet

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜