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 #footer-content | 7 #footer-content |
8 { | 8 { |
9 margin-left: auto; | 9 margin-left: auto; |
10 margin-right: auto; | 10 margin-right: auto; |
(...skipping 13 matching lines...) Expand all Loading... | |
24 } | 24 } |
25 | 25 |
26 #footer-main | 26 #footer-main |
27 { | 27 { |
28 position: absolute; | 28 position: absolute; |
29 left: 0; | 29 left: 0; |
30 right: auto; | 30 right: auto; |
31 bottom: 0; | 31 bottom: 0; |
32 width: 100%; | 32 width: 100%; |
33 height: 220px; | 33 height: 220px; |
34 | |
35 /* Disable the sticky footer in IE6/7 */ | |
36 .position: relative; | |
37 .bottom: 220px; | |
34 } | 38 } |
35 | 39 |
36 html[dir="rtl"] #footer-main | 40 html[dir="rtl"] #footer-main |
37 { | 41 { |
38 right: 0; | 42 right: 0; |
39 left: auto; | 43 left: auto; |
40 } | 44 } |
41 | 45 |
42 #footer-main nav | 46 #footer-main nav |
43 { | 47 { |
(...skipping 71 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
115 margin-left: -150px; | 119 margin-left: -150px; |
116 margin-right: -150px; | 120 margin-right: -150px; |
117 width: 980px; | 121 width: 980px; |
118 } | 122 } |
119 | 123 |
120 #globalnav | 124 #globalnav |
121 { | 125 { |
122 margin-top: 5px; | 126 margin-top: 5px; |
123 margin-bottom: 5px; | 127 margin-bottom: 5px; |
124 } | 128 } |
LEFT | RIGHT |