New documentation: table of contents does not have fixed position anymore
This commit is contained in:
parent
d1a1697a5f
commit
36c5fd599f
@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -1,8 +1,3 @@
|
|||||||
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;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user