diff --git a/footer.inc.php b/footer.inc.php index 452813a92..84e760a2d 100644 --- a/footer.inc.php +++ b/footer.inc.php @@ -144,7 +144,7 @@ if (isset($GLOBALS['userlink']) && $GLOBALS['userlink']) { ?> - + diff --git a/header.inc.php b/header.inc.php index 9ac0fe820..1a3a3ffe3 100644 --- a/header.inc.php +++ b/header.inc.php @@ -148,6 +148,7 @@ if (empty($GLOBALS['is_header_sent'])) { } ?> > +
'; + //return '' . $hint_message . ''; + return 'Tip'; } /** diff --git a/themes/darkblue_orange/css/theme_right.css.php b/themes/darkblue_orange/css/theme_right.css.php index be6679ee2..37ebfeb11 100644 --- a/themes/darkblue_orange/css/theme_right.css.php +++ b/themes/darkblue_orange/css/theme_right.css.php @@ -525,4 +525,18 @@ img, input, select, button { font-size: 11px; } +#TooltipContainer { + position: absolute; + z-index: 99; + width: 250px; + height: 50px; + overflow: auto; + visibility: hidden; + background-color: #ffffcc; + color: #006600; + border: 1px solid #000000; + padding: 5px; + font-family: Verdana, Arial, Helvetica, sans-serif; + font-size: 10px; +} /* end of some new styles added 20047-05-05 by Michael Keck (mkkeck) */ diff --git a/themes/original/css/theme_right.css.php b/themes/original/css/theme_right.css.php index c3d19e6c6..12ecb61d6 100644 --- a/themes/original/css/theme_right.css.php +++ b/themes/original/css/theme_right.css.php @@ -282,3 +282,17 @@ img, input, select, button { font-size: 12px; } +#TooltipContainer { + position: absolute; + z-index: 99; + width: 250px; + height: 50px; + overflow: auto; + visibility: hidden; + background-color: #ffffcc; + color: #006600; + border: 1px solid #000000; + padding: 5px; + font-family: ; + font-size: ; +} \ No newline at end of file