Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
Alt tag
Name: Jamie_McCoy Date: July 16, 2004 at 07:45:29 Pacific OS: XP Pro 5.1 CPU/Ram: Pentium 4 2.4Ghz
You wouldn't want to depend on the ALT tag for any kind of visual effect. It is too browser-dependent, and only meant to provide a way for you to substitute text for an image in case the browser is not image-capable.
To achieve the affect, just make a DIV with absolute or relative positioning, and style display: none. Then when the user mouses over your link, run a small javascript that switches the display to display: block. OnMouseOut, switch the display back to display: none.
-SN
0
Response Number 6
Name: safeTsurfa Date: July 17, 2004 at 03:45:02 Pacific
Reply:
"is their a way to apply an alt in a text link using html, or is it only for images"
Yes, write it into the link tag as usual, substituting alt= with title=.
Summary: Hey! I was wondering if there was anyway to extend the amount of time that the < ALT > Tag aprears? Because i am working on this site, and the guy wants a super long alt tag but you cant finish it ...
Summary: Hi, This is manish from Company QualiSpace. I got one email related to Alt Tag to the images. In that email the author mention that the major search engines like google, Yahoo, MSN etc., are not consi...
Summary: What kind of Pop Up message are you trying to acomplish? Not a simple ALT tag? which pops up for like 5 seconds, and then disapears?.. I.E.... < img src="YOURimage.gif" border="" Alt="Text you wa...