View Full Version : Messages on mouseover..can anyone help me?


gymchick2691
12-09-2004, 10:30 PM
hey. i want to have a message come up when you hover your cursor over an image. does anyone know how to do this?

lynn5127
12-09-2004, 10:38 PM
Well, if it is a link, then all you need to do is add an alt tag, and directions for that can be found here <http://lissaexplains.com/html2.shtml#alt>, but if the image isn't a link, then I'm not sure, sorry

gymchick2691
12-09-2004, 11:42 PM
yea i saw that but my picture is just a regular image. not a link

pb&j
12-10-2004, 02:07 AM
the image does not need to be a link to have the ALT property work.

<img src="filename.gif" alt="your message here">