I am creating a new website for my small business. There is a page on the site that contains a map of the world which I created. I have made 24 seperate images (simulate the earth rotation) that I would like synchronized (GMT) to change every hour. In effect it tracks the sun as the earth rotates (timezone). you can view a static example on my site > <!-- m --><a class="postlink" href="http://edesedoret.com/company.html">http://edesedoret.com/company.html</a><!-- m -->
Initially I thought I could create an animated gif that would change the image every 60 minutes, but that would not work. Is there Javascript that exsist that I can use? I saw a site with a similar feature and I copied part of the code:
<!-- use hour to select map image -->
<td valign="top" width="445"> <img src=http://www.webdeveloper.com/forum/archive/index.php/"/company/graphics/timezone_images/GMT_20.gif" width="471" height="253" border="0" alt="world map" usemap="#Map"></td>
Thanks in advance.
E
Initially I thought I could create an animated gif that would change the image every 60 minutes, but that would not work. Is there Javascript that exsist that I can use? I saw a site with a similar feature and I copied part of the code:
<!-- use hour to select map image -->
<td valign="top" width="445"> <img src=http://www.webdeveloper.com/forum/archive/index.php/"/company/graphics/timezone_images/GMT_20.gif" width="471" height="253" border="0" alt="world map" usemap="#Map"></td>
Thanks in advance.
E