Re: infowindow vertical scroll
Thank you very much, that solved the problem. :D
On Jun 6, 10:22 pm, Ralph Ames <ralph.a...@gmail.com> wrote:
> >The only one with data in the info window is "harvard square"..(look
> >for it in the side bar) ..sorry i should have specified
>
> Change this by removing the height and overflow
>
> tabdata[0] = '<div style="width:310px; height:225px; overflow:auto;">' +
> tabdata[0] + '<\/div>';
>
> To this
> tabdata[0] = '<div style="width:264px;">' + tabdata[0] + '<\/div>';
>
> Change this
> address = '<div style="white-space:nowrap;">' + address + '</\div>';
>
> To this
> address = '<div style="width:300px;">' + address + '</\div>';
>
> Ralph
> -www.easypagez.com/maps/map_index.htmlwww.easypagez.com/maps/v3_basicmap.html
--
You received this message because you are subscribed to the Google Groups "Google Maps API" group.
To post to this group, send email to google-maps-api@googlegroups.com.
To unsubscribe from this group, send email to google-maps-api+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-maps-api?hl=en.
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home