patch #458673 - Nicer navigation for MSIE

This commit is contained in:
Loïc Chapeaux
2001-12-04 23:09:09 +00:00
parent c267efad93
commit 025cc84a53
4 changed files with 26 additions and 12 deletions

View File

@@ -210,8 +210,9 @@ if ($num_dbs > 1) {
} // end if
// Displays the database name
$on_mouse = (($cfgLeftPointerColor == '') ? '' : 'onmouseover="this.style.backgroundColor=\'' . $cfgLeftPointerColor . '\'" onmouseout="this.style.backgroundColor=\'' . $cfgLeftBgColor . '\'"');
echo "\n";
echo ' <div id="el' . $j . 'Parent" class="parent">';
echo ' <div id="el' . $j . 'Parent" class="parent"' . $on_mouse . '>';
if (!empty($num_tables)) {
echo "\n";