View Full Version : alt tags on text


iemochick
11-17-2004, 11:19 AM
Hello! I was wondering how you do those alt tags on text (like where you put your mouse over an image and a box appears with a message). I believe that was an HTML code... please help!

- Lina

webgirl
11-17-2004, 11:37 AM
<a href="#" title="Alt text">Text</a>
<a href="" title="alt text">text</a>
<a title="alt text">text</a>
Try those for text.

As for image alt text,try:
<a title="alt text"><img src="image url"></a>
<img src="image url" title="alt text">

I know it's title not alt but alt is IE only,I think.

pb&j
11-17-2004, 01:03 PM
try this...
<span title="this is my message"> text here </span>

maztrin
11-17-2004, 01:21 PM
remember the title tag cna cancel out the alt tag and the title tag doesnt work in all browsers

iemochick
11-18-2004, 12:34 PM
Thank you so much all of you! you guys are very helpful ;) :flower:

pb&j
11-18-2004, 12:56 PM
no problem.
good luck on your webpage!

MaGiCSuN
11-18-2004, 05:00 PM
remember the title tag cna cancel out the alt tag and the title tag doesnt work in all browsers

alt tag doesn't work in every browser either.
on the following page when i hover the first image (wich has an alt tag in it, the second image doesn't) i don't see a thing.

http://wolves.dreamhost.com/web/xhtml/images02.html

but there isn't any title attribute either :) I use Safari btw

Love,
Mirna

jct6808
11-18-2004, 07:56 PM
Thanks i also had this prob