3640d98d8de2ac001c8ddcbaadc096506f1c9154
[jalview.git] / examples-jbake / assets / css / ie6.css
1 #nav #navInner
2 {
3 margin-top:0x;
4 }
5
6
7 #sddm
8 {
9         position:relative;
10         top:0;
11 }
12
13
14 #sddm li a.download-right
15 {
16 position:absolute;
17 top:28px;
18 left:270px;
19 }
20
21 #sddm li
22 {
23 padding-top:30px;
24 padding-bottom:30px;
25 }
26
27 #sddm div
28 {       position: absolute;
29         visibility: hidden;
30         margin: 0;
31         padding: 0;
32         top:80px;
33         z-index:9999;
34         width:0;
35         display:none;
36 }
37
38
39         #sddm div a
40         {       position: relative;
41                 display: block;
42                 margin: 0;
43                 padding:8px;
44                 width: 200px;
45                 white-space: nowrap;
46                 text-align: left;
47                 text-decoration: none;
48                 background: #555;
49                 color: #fff;
50                 border: 1px solid #000000;
51                 background: #555;
52                 z-index:100;
53                 left:-1100px;
54         }
55         
56         
57 #nav
58 {
59 position:relative;
60 z-index:2;
61    clear:both;
62     float:left;
63     width:100%;                /* width of whole page */
64 }
65
66 #content 
67 {
68 position:relative;
69 z-index:2;
70    clear:both;
71     float:left;
72     width:100%;                /* width of whole page */
73 }