Vadim Atlygin wrote: > I'm writing and extension for Thunderbird that change representation > of mail a bit. Recently I was trying to wrap some elements with div > with title attribute to show tool tips for user. But even though the > resulting page works great in Firefox, Thunderbird refuses to show any > tool tips whatsoever. Does anybody know is there a way to turn them on?
Firefox works by defining a tooltip for the <browser> that scours likely elements for titles which it then displays as appropriate. Thunderbird has no such tooltip or code, but you could write an overlay that provides them. You wouldn't even have to wrap elements with div; you would simply calculate the tooltip on demand. _______________________________________________ Project_owners mailing list [email protected] http://mozdev.org/mailman/listinfo/project_owners
