Does anyone have a link to a lightweight, CSS+JS tooltip script I can use to provide mouseover help for forms?
I've found this: http://www.dynamicdrive.com/dynamicindex5/dhtmltooltip.htm but it doesn't fullfill my second requirement.
- Size is an issue, so it must not require a full framework (i.e. Prototype).
- It must degrade gracefully to leave the help item displayed inline if JS/CSS are disabled.
I've found this: http://www.dynamicdrive.com/dynamicindex5/dhtmltooltip.htm but it doesn't fullfill my second requirement.