IE rendering bug fixed

This commit is contained in:
lars 2005-09-26 18:51:42 +00:00
parent 1df9fb1d95
commit 27ed317dad
1 changed files with 4 additions and 1 deletions

View File

@ -270,7 +270,7 @@ button:hover {
/* ------------=-=-=- language selection -=-=-=------------- */ /* ------------=-=-=- language selection -=-=-=------------- */
#lang { #lang {
position: fixed; position: absolute;
float: right; float: right;
right: 5px; right: 5px;
top: 5px; top: 5px;
@ -321,6 +321,9 @@ button:hover {
font-family: monospace font-family: monospace
} }
/* ---------=-=-=-=- onscreen help -=-=-=-=--------- */
/* not active anymore */
#words a.popup { #words a.popup {
line-height: inherit; line-height: inherit;
color: inherit; color: inherit;