Team:NEAU-Harbin
From 2014.igem.org
(Difference between revisions)
Line 23: | Line 23: | ||
html .ie6fixedTL{position:absolute;left:expression(eval(document.documentElement.scrollLeft));top:expression(eval(document.documentElement.scrollTop))} | html .ie6fixedTL{position:absolute;left:expression(eval(document.documentElement.scrollLeft));top:expression(eval(document.documentElement.scrollTop))} | ||
html .ie6fixedBR{position:absolute;left:expression(eval(document.documentElement.scrollLeft+document.documentElement.clientWidth-this.offsetWidth)-(parseInt(this.currentStyle.marginLeft,10)||0)-(parseInt(this.currentStyle.marginRight,10)||0));top:expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight-(parseInt(this.currentStyle.marginTop,10)||0)-(parseInt(this.currentStyle.marginBottom,10)||0)))} | html .ie6fixedBR{position:absolute;left:expression(eval(document.documentElement.scrollLeft+document.documentElement.clientWidth-this.offsetWidth)-(parseInt(this.currentStyle.marginLeft,10)||0)-(parseInt(this.currentStyle.marginRight,10)||0));top:expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight-(parseInt(this.currentStyle.marginTop,10)||0)-(parseInt(this.currentStyle.marginBottom,10)||0)))} | ||
- | |||
- | |||
- | |||
#globalWrapper { | #globalWrapper { | ||
padding-bottom: 0;} | padding-bottom: 0;} | ||
- | + | #top-section { | |
+ | height: 20px; | ||
+ | margin-bottom: 0; | ||
+ | border: none; | ||
+ | background: #555555; | ||
+ | width: 100%; | ||
+ | position: fixed; | ||
+ | top: 0; | ||
+ | z-index: 10;} | ||
#p-logo { | #p-logo { | ||
display: none; | display: none; | ||
Line 36: | Line 41: | ||
.right-menu li a { | .right-menu li a { | ||
- | background-color: | + | background-color:none !important; |
- | + | ||
} | } | ||
- | |||
#searchform { | #searchform { | ||
Line 46: | Line 49: | ||
position: relative; | position: relative; | ||
width: 100%; | width: 100%; | ||
- | color: | + | color: black; |
border:none; | border:none; | ||
z-index: 2; | z-index: 2; | ||
Line 54: | Line 57: | ||
} | } | ||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
</style> | </style> |
Revision as of 09:39, 30 September 2014