Author: nbelaevski
Date: 2007-07-05 06:04:37 -0400 (Thu, 05 Jul 2007)
New Revision: 1473
Added:
branches/3.0.2/sandbox/tooltip/design/tooltip/
branches/3.0.2/sandbox/tooltip/design/tooltip/tooltip.html
Log:
Tooltip design added
Added: branches/3.0.2/sandbox/tooltip/design/tooltip/tooltip.html
===================================================================
--- branches/3.0.2/sandbox/tooltip/design/tooltip/tooltip.html
(rev 0)
+++ branches/3.0.2/sandbox/tooltip/design/tooltip/tooltip.html 2007-07-05 10:04:37 UTC
(rev 1473)
@@ -0,0 +1,35 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+
+<html>
+<head>
+<title>Hint</title>
+<style>
+.hint{
+ background-color : #FFFAC6; /*tipBackgroundColor*/
+ padding : 7px;
+ border: 1px solid #C77A00; /*TipBorderColor*/
+ font-size : 11px; /*generalSizeFont*/
+ font-family : verdana; /*generalFamilyFont*/
+ color : #000000; /*generalFontColor*/
+ float : left;
+}
+
+.hint_param{
+ width : 300px;
+ position : absolute;
+ top : 200px;
+ left : 200px;
+}
+
+</style>
+</head>
+
+<body>
+<div class="hint_param">
+<div class="hint">
+ Hint content
+</div>
+</div>
+
+</body>
+</html>
Show replies by date