alt tags
alt tags
Out of context: Reply #5
- Started
- Last post
- 10 Responses
- Cadillac0
Browsers aren't supposed to display atl text in a tooltip--only text in the "title" attribute. You'll notice that only IE (not Mozilla, Safari, etc.) misbehaves.
Nontheless, it should be pretty simple--just have javascript read over the document and yank out any alt tags after the page has finished loading.
It would work something like this:
http://www.sovavsiti.cz/css/abbr…Read up a tiny bit on regular expressions if you need to.