joshie76

msg:1198780 | 8:18 am on Oct 19, 2001 (gmt 0) |
I haven't played with IE6 and I'm amazed if it's lost support for the img alt attribute! All those sites that have put time into creating an accessible website... Anyhoo... you could always try the title attribute - this should work with all HTML elements giving you the attributes contents as a tooltip on mouse over. i.e: <a href="blahblah" title="Click here to go to blahblah">blahblah</a>. It is part of the W3Cs recommendations and it's supported in IE5+, and NN6 as far as I know (probably Opera too at a guess). Normally the title attribute doesn't work in <img> tags as you're supposed to use the alt attribute - you might want to try it though.
|
Brett_Tabke

msg:1198781 | 8:29 am on Oct 19, 2001 (gmt 0) |
Yep, Opera supports title attribute tool tips. There has been a huge running argument over Alt tags. Most users want alt attribute tooltips, but Opera won't add them per the w3c standard. heres a title tool tip (mouse over link): a title tooltip [webmasterworld.com] My ie6 shows alt tags. Must be a config setting?
|
ggrot

msg:1198782 | 7:54 pm on Oct 19, 2001 (gmt 0) |
Hmm, maybe I shouldn't be programming at 2:30 am. The tooltips are working now. I think it was something about my alt parameter syntax or I just needed more sleep. False alarm. The title tag sounds good though - I really could use some tooltips for certain anchor text blocks.
|
IanKelley

msg:1198783 | 1:04 am on Oct 20, 2001 (gmt 0) |
It's better to use the title tag anyway... alt text on images is actually meant for disabled users. If you want to get ambitious you can use DHTML for tooltips that look cooler.
|
ggrot

msg:1198784 | 1:52 am on Oct 20, 2001 (gmt 0) |
Would it hurt to use both to appease opera? One of the goals is to make this work for as many browsers as possible - dhtml is thus a bad idea.
|
IanKelley

msg:1198785 | 7:12 am on Oct 20, 2001 (gmt 0) |
Ahem... Would it hurt Opera to appease developers? ;-) (I do use both by the way)
|
guysmy

msg:1198786 | 10:29 pm on Oct 20, 2001 (gmt 0) |
Worry not...about 75% of people that visit my site are still using IE 5.5! Most people are going to see your tool tips.
|
|