xelawho
02-15-2011, 12:56 AM
Hi,
I have an annoying problem. I have a page with a google map on it that I have been changing from absolute layout to fluid css. It's going OK except for the fact that the map div would not resize when it was floated left (this is a built in part of the API) and needed a function called checkResize();
Fine. But when using that the map has to be placed in a div that has absolute positioning, otherwise it just doesn't show up.
Which isn't a huge drama, but when you make the page narrower, the items in the div above the map start disappearing under the map. I'd like for them to be able to push the map down, if possible.
I have tried wrapping the map div in a div that was floated left but that didn't work and so now I'm a little lost. Here's the page (http://www.xelawho.com/map/twocolumn.htm) I'm working on - thanks in advance for any suggestions
I have an annoying problem. I have a page with a google map on it that I have been changing from absolute layout to fluid css. It's going OK except for the fact that the map div would not resize when it was floated left (this is a built in part of the API) and needed a function called checkResize();
Fine. But when using that the map has to be placed in a div that has absolute positioning, otherwise it just doesn't show up.
Which isn't a huge drama, but when you make the page narrower, the items in the div above the map start disappearing under the map. I'd like for them to be able to push the map down, if possible.
I have tried wrapping the map div in a div that was floated left but that didn't work and so now I'm a little lost. Here's the page (http://www.xelawho.com/map/twocolumn.htm) I'm working on - thanks in advance for any suggestions