chnaged the xml source to test on my server. your link worked straight away in firefox. refreshed it and it didnt show them again, is the cache.
any how mine didnt work any time i tested. so eventually thought maybe its the browser. IE showed mine working straight away, but it doesnt like a refresh. doesnt show them in the 4 columns after a refresh. not had it work straight away in firefox. but it your link worked straight away in firefox. thought i'd feedback that it sort of worked the 'quick and dirty'. i did keep clearing my firefox browser cache to test it btw. anyhow, its sort of working for now, better than what i have, thx. now I will crack on with trying to find a way that displays the descriptions to get the address and lastly tyring to make my overlay in the previous approach with kmllayer, http://visualisationmagazine.com/lacreativemap.htm using: var overlay; USGSOverlay.prototype = new google.maps.OverlayView(); then making it work with the: geoXml = new geoXML3.parser. thx On Sat, Feb 26, 2011 at 11:32 PM, [email protected] <[email protected] > wrote: > On Feb 26, 6:12 pm, Christopher Watson <[email protected]> > wrote: > > see i thought just create 4 colums using good old html but how can i > spill > > the div? there isnt any attribute that will make it spill into another > div. > > can the spill be done through kml or php, css looked like the like > option? i > > cant spill into other divs. can the kml that makes the sidebar overflow > into > > other div id's? > > > > <tr><td colspan="2"> > > <table border="1" width="100%"> > > <tr> > > <td><div id="sidebar" > style="width:200px;height:600px;"></div></td> > > <td><div id="sidebar" > style="width:200px;height:600px;"></div></td> > > <td><div id="sidebar" > style="width:200px;height:600px;"></div></td> > > <td><div id="sidebar" > > style="width:200px;height:600px;"></div></td> > > </tr> > > </table> > > </td></tr> > > > > i've never seen it automatically spill, or div's be linked. > > > > can i specify so many placemarkers per div / id? > > > > this make sense? > > It has come up before in the v2 group. > > Quick and dirty example: > > http://www.geocodezip.com/geoxml3_test/visualisationmagazine_com_geoxml3_mapA.html > (not particularly well tested). > > -- Larry > > -- > You received this message because you are subscribed to the Google Groups > "Google Maps JavaScript API v3" 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-js-api-v3?hl=en. > > -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" 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-js-api-v3?hl=en.
