X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=utils%2Fjalviewjs%2Fsite-resources%2Fcss%2Fie6.css;fp=utils%2Fjalviewjs%2Fsite-resources%2Fcss%2Fie6.css;h=2a70fa1f6783b3f934261bceab1cdacc156014e7;hb=31cdf2bd5bf74c82c4586d25c2635349caf570fd;hp=0000000000000000000000000000000000000000;hpb=d3a6c03851d17a5a6e7d64a9f03d64cbe8b84ff6;p=jalview.git diff --git a/utils/jalviewjs/site-resources/css/ie6.css b/utils/jalviewjs/site-resources/css/ie6.css new file mode 100644 index 0000000..2a70fa1 --- /dev/null +++ b/utils/jalviewjs/site-resources/css/ie6.css @@ -0,0 +1,91 @@ +/** + * Jalview - A Sequence Alignment Editor and Viewer ($$Version-Rel$$) + * Copyright (C) $$Year-Rel$$ The Jalview Authors + * + * This file is part of Jalview. + * + * Jalview is free software: you can redistribute it and/or + * modify it under the terms of the GNU General Public License + * as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. + * + * Jalview is distributed in the hope that it will be useful, but + * WITHOUT ANY WARRANTY; without even the implied warranty + * of MERCHANTABILITY or FITNESS FOR A PARTICULAR + * PURPOSE. See the GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License along with Jalview. If not, see . + * The Jalview Authors are detailed in the 'AUTHORS' file. + */ +#nav #navInner +{ +margin-top:0x; +} + + +#sddm +{ + position:relative; + top:0; +} + + +#sddm li a.download-right +{ +position:absolute; +top:28px; +left:270px; +} + +#sddm li +{ +padding-top:30px; +padding-bottom:30px; +} + +#sddm div +{ position: absolute; + visibility: hidden; + margin: 0; + padding: 0; + top:80px; + z-index:9999; + width:0; + display:none; +} + + + #sddm div a + { position: relative; + display: block; + margin: 0; + padding:8px; + width: 200px; + white-space: nowrap; + text-align: left; + text-decoration: none; + background: #555; + color: #fff; + border: 1px solid #000000; + background: #555; + z-index:100; + left:-1100px; + } + + +#nav +{ +position:relative; +z-index:2; + clear:both; + float:left; + width:100%; /* width of whole page */ +} + +#content +{ +position:relative; +z-index:2; + clear:both; + float:left; + width:100%; /* width of whole page */ +}