Quote:
Originally Posted by hellhound121
hey all, wondering if you can help me, i made a image, and i'm gonna MAP it, and i want to know how to "when someone puts there curser over the MAP'ED area, text will display in another area of my desiered location"
|
dreamweaver does this quite simple but heres the code
<img src="images/halloween/topmenu1.gif" alt="Links set 1" width="390" height="25" border="0" usemap="#MapMap">
<map name="MapMap">
<area shape="rect" coords="328,1,389,22" href="frames/treks/index.html" target="mainpage" alt="Treks">
<area shape="rect" coords="248,2,325,22" href="frames/articles/articles.html" target="mainpage" alt="Articles">
<area shape="rect" coords="178,2,243,22" href="frames/top/games.html" target="mainpage" alt="Games">
<area shape="rect" coords="106,2,176,22" href="frames/films/films.html" target="mainpage" alt="Films">
<area shape="rect" coords="13,2,99,24" href="frames/halloween.html" target="mainpage" alt="Halloween">
</map>
the main problem with customising is the coords field
so its easyier to use dreamweaver as it does it for you
if you need more help email me at webmaster@dotsk.com
checkout http://www.dotsk.com
|