PDA

View Full Version : Image mapping problems!


pyro.699
09-25-2005, 09:03 PM
<table width="100%" height="194" border="0">
<tr><td><img src="celia/header_background.gif" usemap="#celia" alt="" style="border-style:none" />



<map id="celia" name="celia">
<area shape="rect"#Home
coords="493,153,624,194" href="news.php" title="Home" onMouseOver="document.picture.src='celia/green_button_glow.png'" onMouseOut="document.picture.src='celia/green_button_normal.png'" />
<area shape="rect"#Forum
coords="656,153,787,194" href="index.php" title="Forum" onMouseOver="document.picture.src='celia/green_button_glow.png'" onMouseOut="document.picture.src='celia/green_button_normal.png'" />
<area shape="default" nohref="nohref" alt="" />
</map>
</table>


ok, the coords work fine, its just my java in the on mouse over part... shoudlent that work?

i have teh images... it just wont show!