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.
