jrg0517
12-03-2005, 03:00 AM
Here is the script I generated...
The main image works, but no mouseovers or mouseout... the mouseout should be the main image again.
I used an image map because i have 5 bracelets in one picture, all with different styles. I created the mouseover images so that when your mouse is over one of them, that bracelet will highlight and show the name of the style. But the mouseovers are not working at all.
All the .gif have been uploaded into a sub folder named bracelets. I do not want and ALT tag or an onclick, an no link associated to each bracelet.
Please help!
<img src="PINLINKSSBRACELETS.gif" usemap="#PINLINKSSBRACELETS" alt="" style="border-style:none" />
<map id="PINLINKSSBRACELETS" name="PINLINKSSBRACELETS">
<area shape="rect" alt="" coords="148,79,226,536" nohref title="" onMouseOver="/bracelets/PINLINKpres.gif" onMouseOut="/bracelets/PINLINKSSBRACELETS.gif" onClick="/bracelets/PINLINKSSBRACELETS.gif" />
<area shape="rect" alt="" coords="238,60,322,537" nohref title="" onMouseOver="/bracelets/PINLINkjub.gif" />
<area shape="rect" alt="" coords="338,22,422,536" nohref title="" onMouseOver="/bracelets/PINLINKstoyst.gif" onMouseOut="/bracelets/PINKLINKSSBRACELETS.gif" onClick="/bracelets/PINLINKSSBRACELETS.gif" />
<area shape="rect" alt="" coords="440,18,524,536" nohref title="" onMouseOver="/bracelets/PINLINKcvoyst.gif" onMouseOut="/bracelets/PINLINKSSBRACELETS.gif" onClick="/bracelets/PINLINKSSBRACELETS.gif" />
<area shape="rect" alt="" coords="538,45,631,536" nohref title="" onMouseOver="/bracelets/PINLINKbreit.gif" onMouseOut="/bracelets/PINLINKSSBRACELETS.gif" onClick="/bracelets/PINLINKSSBRACELETS.gif" />
<area shape="default" nohref="nohref" alt="" />
</map>
The main image works, but no mouseovers or mouseout... the mouseout should be the main image again.
I used an image map because i have 5 bracelets in one picture, all with different styles. I created the mouseover images so that when your mouse is over one of them, that bracelet will highlight and show the name of the style. But the mouseovers are not working at all.
All the .gif have been uploaded into a sub folder named bracelets. I do not want and ALT tag or an onclick, an no link associated to each bracelet.
Please help!
<img src="PINLINKSSBRACELETS.gif" usemap="#PINLINKSSBRACELETS" alt="" style="border-style:none" />
<map id="PINLINKSSBRACELETS" name="PINLINKSSBRACELETS">
<area shape="rect" alt="" coords="148,79,226,536" nohref title="" onMouseOver="/bracelets/PINLINKpres.gif" onMouseOut="/bracelets/PINLINKSSBRACELETS.gif" onClick="/bracelets/PINLINKSSBRACELETS.gif" />
<area shape="rect" alt="" coords="238,60,322,537" nohref title="" onMouseOver="/bracelets/PINLINkjub.gif" />
<area shape="rect" alt="" coords="338,22,422,536" nohref title="" onMouseOver="/bracelets/PINLINKstoyst.gif" onMouseOut="/bracelets/PINKLINKSSBRACELETS.gif" onClick="/bracelets/PINLINKSSBRACELETS.gif" />
<area shape="rect" alt="" coords="440,18,524,536" nohref title="" onMouseOver="/bracelets/PINLINKcvoyst.gif" onMouseOut="/bracelets/PINLINKSSBRACELETS.gif" onClick="/bracelets/PINLINKSSBRACELETS.gif" />
<area shape="rect" alt="" coords="538,45,631,536" nohref title="" onMouseOver="/bracelets/PINLINKbreit.gif" onMouseOut="/bracelets/PINLINKSSBRACELETS.gif" onClick="/bracelets/PINLINKSSBRACELETS.gif" />
<area shape="default" nohref="nohref" alt="" />
</map>