hey all, i have a very long list of markers in an xml file (...to be longer). they flow the xml into 4 columns underneath the map through a javascript function but letting me render them into html tables.
http://creativemaps.vism.ag/indexheight.htm now the problem is if you click 'london' and it loads the placemarks, they all go into a giant long list in the 1st column, rather than spread/spill over into the 4 columns. i'm trying to limit the height of the columns so they have to flow over by using div's, but its not restricting the height. is it possible and how can i make it restrict columns to a certain height and them spill over? i'm using div's so that if there are too many for all four columns i can use div overflow attributes on the last one. if i put the height size in the div thats in the body, it flows straight past it, and overlays the list over the top of my webpage. (think this is happening because the 4 columns are recognising how many xmls there are and has shared the whole xml - as there are some in manchester, la - and if you click manchester, they are in the 3rd and 4th columns) can they all automatically shuffle, start displaying at the beginning? -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" group. To view this discussion on the web visit https://groups.google.com/d/msg/google-maps-js-api-v3/-/PgSf7_oVaC4J. 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.
