* The previous <div style=\"margin-right:1px\"> has been replaced by a
[citadel.git] / webcit / static / head.html
index 85a6cab0c9ca5332cf1ebca9f9967010fef50ffd..82f7aeed274a01d25ccf2fba66635ab146d3416a 100644 (file)
@@ -95,6 +95,11 @@ body {
        /* overflow-x: hidden; */
 }
 
+#fix_scrollbar_bug {
+       margin-right:1px;               /* Gecko */
+       width: expression('97%');       /* Only IE6 understands 'expression' and it also has the weird scrollbarbug */
+}
+
 #button {
        width: 100%;
        padding: 0 0 1em 0;