Maybe try this? http://layout.jquery-dev.net/
<http://layout.jquery-dev.net/>With some simple class definitions you can get this http://layout.jquery-dev.net/demos/example.html <http://layout.jquery-dev.net/demos/example.html>You can just use center and east, and set east to a min width but expandable to achieve what you want. Also you can attach events to window resizes, allowing you to update the openlayers map, i.e. when someone maximises their browser, redraw map to fit in whole window. Cheers, Adon On 27 December 2010 07:31, Lauri Kajan <[email protected]> wrote: > Hi everyone, > > I'm struggling with OpenLayers map-divs and css layouts. > > I would like to have a layout where is a header, a middle part with two > columns and a footer. OpenLayers should be in the middle left cell. > The height of the header and footer are fixed and OpenLayers should have > all the rest space. The height of the layout should always be 100% of the > browsers window. Not less or more. Content of the middle right cell > shouldn't overflow but if that happens it would have scrollbars. > > Is there a way to achieve a layout like this? > > I would appreciate a lot if someone could help me. > > Thanks, > Lauri > > > _______________________________________________ > Users mailing list > [email protected] > http://lists.osgeo.org/mailman/listinfo/openlayers-users > > -- Adon Metcalfe Labyrinth Data Services Pty Ltd http://www.labyrinthdata.net.au
_______________________________________________ Users mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/openlayers-users
