summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVolker Grabsch <vog@notjusthosting.com>2009-06-03 09:33:00 (GMT)
committerVolker Grabsch <vog@notjusthosting.com>2009-06-03 09:33:00 (GMT)
commit42ff38b399d979e70f00422d7dc350665ad8f39b (patch)
treebfd262209c385669797685b604edfaa8933bbbba
parentb4ff0e54eb52c5ad04919e09d2bb82f7f6cf248b (diff)
downloadmxe-42ff38b399d979e70f00422d7dc350665ad8f39b.zip
mxe-42ff38b399d979e70f00422d7dc350665ad8f39b.tar.gz
mxe-42ff38b399d979e70f00422d7dc350665ad8f39b.tar.bz2
added CSS code for compatibility with IE6
-rw-r--r--doc/index.html3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/index.html b/doc/index.html
index 04df14e..7e93ca0 100644
--- a/doc/index.html
+++ b/doc/index.html
@@ -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;