| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
Stay one step ahead of the competition. Evaluate and give feedback
on some of the hottest web development tools on the market today.
Make your opinion heard! Click
Here
|
|
#1
|
|||
|
|||
|
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
|
|
#2
|
||||
|
||||
|
You should have absolutely no problems placing more than one image map on your page.
Ensure that each of your image maps have their own unique name, in the map name tag; Code:
<map name="myMap"> would not be able to be used twice, you would need to add or change the name, in order for them not to conflict; Code:
<map name="myOtherMap"> I hope this helps |
![]() |
| Viewing: Tutorialized Forums > Web Design & Development > HTML > More Than 1 Image Map On Same Page? |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|
|
|
|