comparison templates/static/style-paper.css @ 6864:105d8676a688

coal/paper: fixed box via an expression for IE < 7
author rubik <ribik@sina.com>
date Wed, 06 Aug 2008 17:19:14 -0500
parents b3602c98c686
children 248e54a9456e
comparison
equal deleted inserted replaced
6863:d78d0f9783b8 6864:105d8676a688
11 11
12 .main { 12 .main {
13 position: relative; 13 position: relative;
14 background: white; 14 background: white;
15 padding: 2em 2em 2em 0; 15 padding: 2em 2em 2em 0;
16 }
17
18 #.main {
19 width: 98%;
16 } 20 }
17 21
18 .overflow { 22 .overflow {
19 width: 100%; 23 width: 100%;
20 overflow: auto; 24 overflow: auto;
27 text-align: left; 31 text-align: left;
28 position: fixed; 32 position: fixed;
29 top: 20px; 33 top: 20px;
30 left: 20px; 34 left: 20px;
31 right: auto; 35 right: auto;
36 }
37
38 #.menu {
39 position: absolute !important;
40 top:expression(eval(document.body.scrollTop + 27));
41 }
32 } 42 }
33 43
34 .menu ul { 44 .menu ul {
35 list-style: none; 45 list-style: none;
36 padding: 0; 46 padding: 0;