changeset 355:fd666737aad8

added CSS code for compatibility with IE6
author Volker Grabsch <vog@notjusthosting.com>
date Wed, 03 Jun 2009 11:33:00 +0200
parents 66f9f55199c4
children 416f59747b46
files doc/index.html
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/doc/index.html	Wed Jun 03 02:36:35 2009 +0200
+++ b/doc/index.html	Wed Jun 03 11:33:00 2009 +0200
@@ -29,6 +29,7 @@
         }
         #navigation ul {
             padding-left: 0em;
+            margin-left: 0em;
             margin-top: 1.5em;
             margin-bottom: 0em;
             list-style-type: none;
@@ -66,6 +67,8 @@
         }
         #navigation {
             position: fixed;
+            float: left; /* hack for ancient browsers
+                            which don't support "position: fixed;" */
             margin-top:  1em;
             margin-left: 1em;
             padding-left:   1em;