]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/lilypond.css
texi2html: Some attempts to make it work in IE
[lilypond.git] / Documentation / lilypond.css
index 93df57770dedffa4578260c787d4a9b80334d083..d64640180351cfb7a9a7b2b2d7e72e6526fc2181 100644 (file)
@@ -85,8 +85,11 @@ table.cartouche td {
 body {
   padding-left: 27%; /* To create space for the sidebar! */
 }
+div#main {
+}
 div#tocframe {
-  position:      fixed;
+/*   position:      fixed; */
+  position:      absolute;
   top:           0;
   left:          0;
   margin:        0em;
@@ -97,7 +100,18 @@ div#tocframe {
   background-color: #FFFACD;
   z-index:100;
   list-style-type: none;
-}
+  
+/*   float: left; */
+/*   clear: both; */
+}
+
+@media screen
+  {
+  body>div#tocframe
+    {
+    position: fixed;
+    }
+  }
 
 #tocframe .contents {
   width: 100%;