Click to See Complete Forum and Search --> : Mouseover image, see text over image?


cuuser
01-17-2006, 11:03 AM
I am using FrontPage 2003 and I had manipulated the HTML on the page so that when someone moused-over a graphic on the index page, it said their name over their picture. However, when I was doing something else to the page (not in the HTML), it stopped doing the mouseover. A sample HTML block looks like this:

</v:shape><v:shape id="_x0000_s1169" type="#_x0000_t75" alt="Deb Fontes" style='position:absolute;left:790;top:331;width:135;height:104' wrapcoords="-667 -640 -667 22080 22267 22080 22267 -640 -667 -640"
o:regroupid="1" stroked="t" strokeweight="3pt"><v:imagedata src="index1_files/image007.jpg" o:title="Fontes"/>

The picture is suppose to say "Deb Fontes" when someone mouses over it. What am I doing wrong????

ShrineDesigns
01-17-2006, 01:21 PM
the "tooltip" displays what is in the alt attribute (IE only) or the title attribute (title overrides the alt in IE), Mozilla/Opera does not display the alt in the tooltip, only the title

the title attribute is available to all elements, whereas the alt is only available for img elements