Not a fix, but rather a work around. Try setting a height and width to your div manually. It is likely to break your absolute positioning unless you setup a helper JavaScript function to detect what the width and height should actually be.<br clear="all">
--<br>Nathan Gerber<br>
<br><br><div class="gmail_quote">On Wed, Aug 4, 2010 at 11:40 AM, Franz Buchinger <span dir="ltr">&lt;<a href="mailto:fbuchinger@gmail.com">fbuchinger@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
Hi,<br><br>I want my openlayers map to fill the whole browser window, it should only leave 200px left and 150 px top offset for UI Elements.<br><br>Here is my css for the map div:<br><br>.fluid-map {<br>            position: absolute;<br>

            left: 200px;<br>            right: 0px;<br>            margin: 0px;<br>            top: 150px;<br>            bottom: 0px;<br>            width: auto;<br>            height: auto;<br>            border: 1px solid black;<br>

        }<br><br>When I&#39;m testing my map in IE8, it works fine. But in IE7 mode the map doesn&#39;t show up at all, although the div renders correctly. I also don&#39;t get any Javascript errors.<br>The innerHTML of my map div contains OpenLayers markup.<br>

<br>Any hints?<br><font color="#888888"><br>Franz<br>
</font><br>_______________________________________________<br>
Users mailing list<br>
<a href="mailto:Users@openlayers.org">Users@openlayers.org</a><br>
<a href="http://openlayers.org/mailman/listinfo/users" target="_blank">http://openlayers.org/mailman/listinfo/users</a><br>
<br></blockquote></div><br>