Fix hover help for matrix

This commit is contained in:
Graham Knop 2007-10-04 19:23:08 +00:00
parent 183242a6ce
commit 3f5ca61c12
11 changed files with 318 additions and 61 deletions

View file

@ -9,6 +9,7 @@
font-weight: normal;
padding: 3px;
z-index: 1000;
width: 300px;
}
.wg-hoverhelp.yui-tt {

View file

@ -4,7 +4,6 @@ YAHOO.util.Event.onDOMReady(function () {
for (i = 0; i < tips.length; i++) {
var myTip = new YAHOO.widget.Tooltip(tips[i], {
autodismissdelay: 1000000,
width: '300px',
context: tips[i].parentNode
});
}