Team:TU Delft/test
From 2010.igem.org
(Difference between revisions)
Line 220: | Line 220: | ||
/* Author: Pieter van Boheemen */ | /* Author: Pieter van Boheemen */ | ||
/* Team: TU Delft */ | /* Team: TU Delft */ | ||
- | #globalWrapper { background-color: transparent; border: none; margin: 0; padding: 0; width: 100%;} | + | #globalWrapper { background-color: transparent; border: none; margin: 0; padding: 0; width: 100%; |
- | #content { z-index: 1; background-color: transparent; border: none; padding: 0; margin: 0; width: 100%; overflow: hidden; margin-top: -15px !important; margin-top: 0px;} | + | height:auto !important; /* real browsers */ |
- | #bodyContent { border: none; padding:0; margin:0; width:100%;} | + | height:100%; /* IE6: treaded as min-height*/ |
+ | min-height:100%; /* real browsers */ | ||
+ | } | ||
+ | #content { z-index: 1; background-color: transparent; border: none; padding: 0; margin: 0; width: 100%; overflow: hidden; margin-top: -15px !important; margin-top: 0px; | ||
+ | height:auto !important; /* real browsers */ | ||
+ | height:100%; /* IE6: treaded as min-height*/ | ||
+ | min-height:100%; /* real browsers */ | ||
+ | } | ||
+ | #bodyContent { border: none; padding:0; margin:0; width:100%; | ||
+ | height:auto !important; /* real browsers */ | ||
+ | height:100%; /* IE6: treaded as min-height*/ | ||
+ | min-height:100%; /* real browsers */ | ||
+ | } | ||
#top-section { z-index: 2; height: 15px; margin: 0px; margin-left: auto; margin-right: auto; margin-bottom: 0 !important; padding:0; border: none; font-size: 10px;} | #top-section { z-index: 2; height: 15px; margin: 0px; margin-left: auto; margin-right: auto; margin-bottom: 0 !important; padding:0; border: none; font-size: 10px;} | ||
#p-logo { height:1px; overflow:hidden; display: none;} | #p-logo { height:1px; overflow:hidden; display: none;} |