Commit 36c5fd59 authored by jepso's avatar jepso

New documentation: table of contents does not have fixed position anymore

parent d1a1697a
...@@ -138,47 +138,26 @@ a:visited:active { ...@@ -138,47 +138,26 @@ a:visited:active {
#table-of-contents { #table-of-contents {
position: absolute;
top: 0;
right: 0;
width: 20em;
overflow: auto;
border: 1px solid #cccccc; border: 1px solid #cccccc;
background-color: #f6f6f6; background-color: #f6f6f6;
padding: 0 1em; padding: 0 1em;
margin: 1em; margin: 0;
max-height: 95%;
} }
#wrap { #wrap {
position: absolute;
left: 0;
top: 0;
width: 100%; width: 100%;
margin: 0; margin: 0;
} }
#sidebar { #sidebar {
/* Netscape 4, IE 4.x-5.0/Win and other lesser browsers will use this */ float: right;
position: absolute; width: 20em;
top: 0; margin: 0;
right: 0; padding: 1em;
height: 100%;
z-index: 10;
}
#wrap > div#sidebar {
/* used by Opera 5+, Netscape6+/Mozilla, Konqueror, Safari, OmniWeb 4.5+,
iCab, ICEbrowser */
position: fixed;
} }
#content { #content {
position: absolute; margin-right: 20em;
top: 0;
left: 0;
right: 23em;
margin: 0;
padding: 1em; padding: 1em;
} }
......
div#sidebar {
/* IE5.5+/Win - this is more specific than the IE 5.0 version */
top: expression(eval(document.documentElement.scrollTop));
}
.tree .expander { .tree .expander {
margin-left: -0.60em; margin-left: -0.60em;
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment