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'm testing my map in IE8, it works fine. But in IE7 mode the map doesn't show up at all, although the div renders correctly. I also don't get any Javascript errors.<br>The innerHTML of my map div contains OpenLayers markup.<br>
<br>Any hints?<br><br>Franz<br>