by langford » Thu Feb 09, 2006 9:52 am
At least on the Mac using Firefox 1.5, in the info window that pops up when clicking on a location icon, the text wraps at white spaces. This website as a fix:
http://www.econym.demon.co.uk/googlemaps/basic1.htm
Quote:
There's a problem with the display of infowindows in Firefox 1.5. In order to get them to display correctly, it's necessary to wrap the infowindow contents in a <div> with a this special style command:
<div style="white-space:nowrap;"> . . . </div>
Could this be added to the code?
At least on the Mac using Firefox 1.5, in the info window that pops up when clicking on a location icon, the text wraps at white spaces. This website as a fix: http://www.econym.demon.co.uk/googlemaps/basic1.htm
Quote:
There's a problem with the display of infowindows in Firefox 1.5. In order to get them to display correctly, it's necessary to wrap the infowindow contents in a <div> with a this special style command:
<div style="white-space:nowrap;"> . . . </div>
Could this be added to the code?