Fixed the scrollbar bug with NS4

This commit is contained in:
Loïc Chapeaux
2001-05-19 10:56:07 +00:00
parent 5827c77afd
commit e9ff4e8ba6
2 changed files with 5 additions and 2 deletions

View File

@@ -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; }');