HTML Help Forum HTML Help
Please Search for the answer to your question before asking it! Thanks.
 

More Than 1 Image Map On Same Page?
Post a Reply to this Topic Ask a New Question
Click here to go to the original topic
       HTML Help Forum -> Images & Graphics
View previous topic :: View next topic  
Author Message
Adrian



Joined: 13 Mar 2008
Posts: 1

Posted: Thu Mar 13, 2008 6:07 pm     More Than 1 Image Map On Same Page?  

Is it possible to have more than one image map on the same page? It tried, (its html based) and all kinds of crazy things happened. Is there a speacial code I could use so I could use more than one image map on the same page? Thanks. -Adrian
ogsolution



Joined: 26 Dec 2007
Posts: 144

Posted: Thu Mar 13, 2008 10:24 pm      

ya, I just tried it and it works with two image map. Just remember to give the map different names.

Code: <img name="firstImage" src="first.gif" width="100" height="100" border="0" usemap="#abc"><br>
<map name="abc">
<area>
<area>
<area>
</map>

<hr>
<img name="secondImage" src="first.gif" width="100" height="100" border="0" usemap="#othername"><br>
<map name="othername">
<area>
<area>
<area>
</map>

You can even use the same image if you need to.
 
 
DARFUR
HOSTING / DESIGN
MAKE MONEY

       HTML Help Forum -> Images & Graphics
Page 1 of 1


Powered by phpBB Search Engine Indexer
Powered by phpBB 2.0.19 © 2001, 2002 phpBB Group