You could go through elabels.js replacing all occurrences of "div" with
"span", and get something that works. [Don't change fromLatLngToDivPixel
to fromLatLngToSpanPixel though.]
A <span> isn't exactly the same as a <div> in some respects. The most
significant one you're likely to encounter is that if you apply a border
style to a div that contains two lines of text, then the border goes
round the outside of the whole thing, but if you apply a border style to
a span it doesn't. In some browsers it does this:
+---------------
| The first line
+-----------+___
Second line |
------------+
And in MSIE it does this:
| The first Line
+-----------+___
Second line |
--
http://econym.org.uk/gmap
The Blackpool Community Church Javascript Team
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---