On 28 August 2010 00:37, iggyman <[email protected]> wrote: > > I tried this solution from andrew... > > GSize should work. How about changing this: > var map = new GMap2(document.getElementById(map)); > into > var mapElem = document.getElementById(map); > var mapWidth = mapElem.style.width; > var mapHeight = mapElem.style.height; > var map = new GMap2(mapElem,{size:new GSize(mapWidth,mapHeight)}); > and removing checkResize() > > ...this did not work. The maps did not appear at all. > > Here is the link to my page (still in development, so its ugly) > http://valusage.com/ad2
Not only is it ugly, but there's only a message "The page you were looking for was not found". I can't remember the circumstances in which I suggested the code you quote, but if you do that while the map div is hidden, it will set the size as zero. -- You received this message because you are subscribed to the Google Groups "Google Maps API" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-maps-api?hl=en.
