From e9ff4e8ba637d7d623a03a7d7f2b0e78bdf23d99 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Chapeaux?= Date: Sat, 19 May 2001 10:56:07 +0000 Subject: [PATCH] Fixed the scrollbar bug with NS4 --- ChangeLog | 3 +++ left.js | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index cc949a4b6..e9c77290f 100755 --- a/ChangeLog +++ b/ChangeLog @@ -5,6 +5,9 @@ phpMyAdmin - Changelog $Id$ $Source$ +2001-05-19 Loïc Chapeaux + * left.js, lines 241-242: fixed the scrollbar bug with NS4 + 2001-05-18 Pete Kelly * db_readdump.php3 & lib.inc.php3: finally fixed all the special characters problems (Bug #421889) diff --git a/left.js b/left.js index fc6d4ee64..81f7e0ea6 100644 --- a/left.js +++ b/left.js @@ -238,8 +238,8 @@ if (capable) { write('DIV { color:black; }'); } else { - write('.parent {font-family: Verdana, Arial, Helvetica, sans-serif; color: #000000; text-decoration:none; position:absolute; visibility:hidden; color: black;}'); - write('.child {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 8pt;color: #000000; position:absolute; visibility:hidden}'); + write('.parent {font-family: Verdana, Arial, Helvetica, sans-serif; color: #000000; text-decoration:none; position:absolute; visibility:show; color: black;}'); + write('.child {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 8pt;color: #000000; position:absolute; visibility:show}'); write('.item { color: darkblue; text-decoration:none;}'); write('.regular {font-family: Arial,Helvetica,sans-serif; position:absolute; visibility:hidden}'); write('DIV { color:black; }');