One possibility is that your label contents have their own style.color
settings, either as part of the html string or specified in the class
style. The ELabel class is attached to the first child of this.div_, so
if it contains a color setting, it countermands that attached to the
parent div_.

Try this:

    ELabel.prototype.setColor = function(newColor) {
      this.div_.firstChild.style.color = newColor;
      this.redraw(true);
    }

-- 
Mike Williams
http://econym.org.uk/gmap



--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to