yui tooltips for hoverhelp

This commit is contained in:
Graham Knop 2007-09-27 00:38:32 +00:00
parent f2d27f96e3
commit 1eabe1ea37
6 changed files with 58 additions and 483 deletions

13
www/extras/hoverhelp.css Normal file
View file

@ -0,0 +1,13 @@
.yui-tt {
visibility:hidden;
position:absolute;
background-color: #e6ecff;
border: 1px solid #003399;
color: #000066;
font-family: arial,helvetica,sans-serif;
font-size: 11px;
font-weight: normal;
padding: 3px;
z-index: 1000;
}