On Thu, Jun 24, 2004 at 12:12:05PM -0300, SilvioCVdeAlmeida wrote: > Hello, you all. > > I suspect that if drag_and_drop depends on javascript, so do tooltip. > That's of course in the HTML context. And also, I'm excluding from > "tooltip" the direct, obvious, plain <img alt="...">. > > Please tell me if it isn't so.
Tooltips can be implemented purely in CSS, as documented here: http://www.madaboutstyle.com/tooltip2.html I can't think of how drag'n'drop could be implemented without JavaScript. Mark