Text spills out of infowindow in FF2 as well.
Firebug 'inspect' tool is really useful, and led me straight to ...
.content .text p {
clear:both;
float:left;
padding:0 0 0 10px;
width:625px;
}
The <p> tags inside your 400px wide infowindows are specified at 625px
wide
See -
http://econym.org.uk/gmap/css.htm
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
-~----------~----~----~----~------~----~------~--~---