I am using Google Maps API V2 and the browser I am testing it on is
IE8. My containers for showing the map + driving directions are set as
below:
<TABLE>
<TBODY>
<TR>
<TD>
<div id="map_canvas" style="border: 2px #2B2926 solid;width:
640px;height: 480px"></div>
</TD>
<TD>
<div id="route" style="overflow: scroll;display: none;width:
480px;height: 480px;float: right;border;21px solid black;"></div>
</TD>
</TR>
</TBODY>
</TABLE>
The problem occurs when the text in driving directions is a bit long -
it tends to overlap with the distance column. I can see that this
problem doesn't happen in Firefox. So it is obviously a browser issue
with GDirections. Any solutions?
--
You received this message because you are subscribed to the Google Groups
"Google Maps API V2" 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.