> I have "scanned" the page with firebug, but i have noticed that every
> div into legenda have "no name": they have only a tag "div". how can I
> specify it?

You build the entire content of your legenda div in your own code.  If
you want to assign it an id= , then assign it an id.
     xxxxx.setAttribute('id',divIdName);

For applying CSS it might be better to assign it to a class instead:
http://www.onlinetools.org/articles/unobtrusivejavascript/cssjsseparation.html

Not a maps question.

-- 
You received this message because you are subscribed to the Google Groups 
"Google Maps JavaScript API v3" 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-js-api-v3?hl=en.

Reply via email to