Left: | ||
Right: |
LEFT | RIGHT |
---|---|
1 html | 1 html |
2 { | 2 { |
3 position: relative; | 3 position: relative; |
4 min-height: 100%; | 4 min-height: 100%; |
5 } | 5 } |
6 | 6 |
7 #content, #footer-content | 7 #footer-content |
8 { | 8 { |
9 margin-left: auto; | 9 margin-left: auto; |
10 margin-right: auto; | 10 margin-right: auto; |
11 } | 11 } |
12 | 12 |
13 #content, #footer-content | 13 #footer-content |
14 { | 14 { |
15 margin-top: 15px; | 15 margin-top: 15px; |
16 padding-left: 10px; | 16 padding-left: 10px; |
17 padding-right: 10px; | 17 padding-right: 10px; |
18 } | 18 } |
19 | 19 |
20 #content | 20 #content |
21 { | 21 { |
22 width: 680px; | |
23 margin-top: 71px; | 22 margin-top: 71px; |
24 margin-bottom: 280px; | 23 margin-bottom: 280px; |
25 } | 24 } |
26 | 25 |
27 #footer-main | 26 #footer-main |
28 { | 27 { |
29 position: absolute; | 28 position: absolute; |
30 left: 0; | 29 left: 0; |
31 right: auto; | 30 right: auto; |
32 bottom: 0; | 31 bottom: 0; |
(...skipping 87 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
120 margin-left: -150px; | 119 margin-left: -150px; |
121 margin-right: -150px; | 120 margin-right: -150px; |
122 width: 980px; | 121 width: 980px; |
123 } | 122 } |
124 | 123 |
125 #globalnav | 124 #globalnav |
126 { | 125 { |
127 margin-top: 5px; | 126 margin-top: 5px; |
128 margin-bottom: 5px; | 127 margin-bottom: 5px; |
129 } | 128 } |
LEFT | RIGHT |