View Full Version : Status Bar + Image Map


Irioe
01-30-2003, 01:09 AM
Hi everyone :)

Is it possible to use a status bar message in conjunction with an image map?

This is part of my code:

<area shape="rect" coords="335,527,401,541" href="http://signmyguestbook.com" target="two">

I would greatly appreciate it if someone would be able to tell me how I can make that say 'sign' in the status bar when I put my mouse over that slice of the image.

Thanks for reading anyway :D

Have fun HTML-ing!

pb&j
01-30-2003, 04:22 AM
Try adding this...

onMouseOver="window.status='sign';"