lsfphelpls -> TOOLTIP in dmwr mx 2004 (6/2/2007 16:23:29)
for TOOLTIP over objects or hyperlinks etc exist any built in command ?
Tailslide -> RE: TOOLTIP in dmwr mx 2004 (6/2/2007 17:02:07)
You can use the title attribute for most things, although it's limited in the amount of characters you can use - but be careful not to repeat the same information that's in the object or link itself as that can get confusing for people using screenreaders.
lsfphelpls -> RE: TOOLTIP in dmwr mx 2004 (6/3/2007 7:22:49)
exist any alternative solution[built-in or extesion] for more advanced tooltip functionality ?
Tailslide -> RE: TOOLTIP in dmwr mx 2004 (6/3/2007 8:24:56)
You can get CSS tooltips but they're not a great deal different to what you normally see (different colours etc). I think you're after a Javascript solution - and you have to be a bit careful there because some scripts available at the moment use nasty old fashioned javascript to do the job. You want something that a progressive enhancement - i.e. it won't mess the page up if Javascript is switched off.