Re: [OpenLayers-Users] map with position:absolute not displayed in ie <= 7

2010-07-26 Thread Nathan Gerber
Arno, I have also encountered this issue. The solution I came up with was to switch the div to position:fixed and to have a helper JavaScript function to resize the div every time the window changed size. If you plan on having items on the page other than just the map you may need to adjust your C

Re: [OpenLayers-Users] map with position:absolute not displayed in ie <= 7

2010-07-26 Thread christopher.schmidt
On Jul 26, 2010, at 5:35 PM, ext arno wrote: > Hi, > I want to have displayed on the whole page except a 2em height footer. > > So, I've tried to set my css to : > > #map { >position: absolute; >top: 0; left: 0; right: 0; >bottom: 2em; > } > > It works fine in every browser I teste

[OpenLayers-Users] map with position:absolute not displayed in ie <= 7

2010-07-26 Thread arno
Hi, I want to have displayed on the whole page except a 2em height footer. So, I've tried to set my css to : #map { position: absolute; top: 0; left: 0; right: 0; bottom: 2em; } It works fine in every browser I tested except in ie6 and ie7. For those browsers, I absolutely need to se