> http://www.heretik.w.tkb.pl/kml/multilayer2-Copy.htm
The map <div> is inside a table which has no specified size at all. Tables are intended to grow with their contents, so their default size is small. Your map <div> has size specified in %, but it's a % of a table element which is itself of an unspecified size. You might want to get away from using <table> altogether as a layout tool, it's not really meant for that. Or in the meantime you could experiment with setting the <table> and <td> sizes. cheers, Ross K --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Maps API" 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 -~----------~----~----~----~------~----~------~--~---
