From 3909e6d89e01e4cd8777377c63037896bb95aa2f Mon Sep 17 00:00:00 2001 From: Leif Johansson Date: Fri, 25 Nov 2011 21:18:19 +0100 Subject: new jq layout --- .../jquery-ui-1.9pre/demos/tooltip/tracking.html | 66 ++++++++++++++++++++++ 1 file changed, 66 insertions(+) create mode 100644 src/main/webapp/jquery-ui-1.9pre/demos/tooltip/tracking.html (limited to 'src/main/webapp/jquery-ui-1.9pre/demos/tooltip/tracking.html') diff --git a/src/main/webapp/jquery-ui-1.9pre/demos/tooltip/tracking.html b/src/main/webapp/jquery-ui-1.9pre/demos/tooltip/tracking.html new file mode 100644 index 0000000..f37c15c --- /dev/null +++ b/src/main/webapp/jquery-ui-1.9pre/demos/tooltip/tracking.html @@ -0,0 +1,66 @@ + + + + + jQuery UI Tooltip - Track the mouse + + + + + + + + + + + + +
+ +

Tooltips can be attached to any element. When you hover +the element with your mouse, the title attribute is displayed in a little box next to the element, just like a native tooltip.

+

But as it's not a native tooltip, it can be styled. Any themes built with +ThemeRoller +will also style tooltips accordingly.

+

Tooltips are also useful for form elements, to show some additional information in the context of each field.

+

+

Hover the field to see the tooltip.

+ +
+ + + +
+

Here the tooltips are positioned relative to the mouse, and follow the mouse while it moves above the element.

+
+ + + -- cgit v1.1