Srihari
unread,Oct 25, 2009, 10:38:05 AM10/25/09Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Google Maps EZ
Hi,
This is another request, may be to improve the ease of writing html
code for ZOOM links. I wonder if it is possible to create a <div> and
assign it's class to "ZOOM", to enclose all links used for opening
info-windows, instead of writing "ZOOM" class for all of them. I may
be a little bit confusing, I'll give an example, so that you can
understand what I'm asking.
NORMAL CODE :
<a href="#hq" class="ZOOM">Zoom in to 4D</a>
or <a href="#chi" class="ZOOM">Zoom out to Chicago</a>
CODE I'M REQUESTING :
<div class="ZOOM">
<a href="#hq">Zoom in to 4D</a>
or <a href="#chi">Zoom out to Chicago</a>
</div>
I think it will open all links with the zoom level they were defined.
It is only a request. I'm poor in Javascript, tried to understand your
project with a mid of very basic web designer. If anything wrong I'm
asking, please don't consider otherwise.
Thanking you,
Srihari.