English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

The code used to show a caption, but you don't really see it until your cursor is over the image, so that the caption appears in a small yellow box. I hope this makes sense to anyone!

2006-07-05 09:35:02 · 7 answers · asked by ♣ ỉη ץ٥ڵ ♣ 2 in Computers & Internet Internet

For example, if you look at my avatar, and just move your curosr on the pic for a moment you'll see the all name I chose to use. Try, then you'll know what I mean.

2006-07-05 09:36:17 · update #1

7 answers

It's "alt". Your code should look like this:
Image Title

The Alt tag gives a description to the viewer if their browser does not display the image, it also gives a description when the mouse is placed over the image.

Hope that information is helpful.
Luna Faye

2006-07-05 09:46:22 · answer #1 · answered by LunaFaye 2 · 0 0

It's the ALT tag.

In other words, something like...

Whatever

Note however that this is NOT standard browser behavior, but something invented by Microsoft. The original intent of the attribute is to display the text when images are turned off, or possibly for text readers for people with visual impairments. Search engines also use the contents of the alt attribute when generating keywords for a page.

2006-07-05 09:40:26 · answer #2 · answered by Anonymous · 0 0

do u just want to display a caption or u want to display a menu e.g. a drop down menu during runtime???? if u just want the caption...it can be done using the format given above....if u want to display dynamic menus...u'll have to take help of javascript...and that'll be easy...i don't exactly remember what the code is...but i'm sure u'll find it...

2006-07-05 09:53:28 · answer #3 · answered by vek14 3 · 0 0

alt="here is your description"
src="file_location/test.jpg">

The alt is the text you see when you pass over it the src is where the file is stored

This is an example url to image http://www.rusw.com/test.jpg

here is a good site for learning all things on html..
http://www.w3schools.com/default.asp

2006-07-05 09:48:45 · answer #4 · answered by Rusty Nails 5 · 0 0

put alt="My Alternate Caption" in your img tag

2006-07-05 09:39:44 · answer #5 · answered by knitting guy 6 · 0 0

Caption

2006-07-05 09:39:53 · answer #6 · answered by Duds331 5 · 0 0

isn't it ?

2006-07-05 09:38:12 · answer #7 · answered by Haikin L 3 · 0 0

fedest.com, questions and answers