Template:Team:Waterloo/CSS/TopBar
From 2014.igem.org
(Difference between revisions)
Super.suzie (Talk | contribs) |
Super.suzie (Talk | contribs) |
||
(14 intermediate revisions not shown) | |||
Line 4: | Line 4: | ||
#topbar { | #topbar { | ||
width: 100%; | width: 100%; | ||
+ | min-width:900px; | ||
position:absolute; | position:absolute; | ||
left:0px; | left:0px; | ||
Line 9: | Line 10: | ||
top:20px; | top:20px; | ||
background: #333; | background: #333; | ||
- | height:60px; | + | min-height:60px; |
+ | z-index:999; | ||
- | /*this commented stuff is how it was before; changed the values to what is above here in order to fix display | + | /*** |
+ | this commented stuff is how it was before; changed the values to what is above here in order to fix display | ||
on mobila devices :) - Stefan */ | on mobila devices :) - Stefan */ | ||
/* position:fixed; | /* position:fixed; | ||
left:0px; | left:0px; | ||
right:0px; | right:0px; | ||
- | z-index:999; */ | + | z-index:999; |
+ | ***/ | ||
top:20px; | top:20px; | ||
background: #333; | background: #333; | ||
- | + | /*** height:60px; ***/ | |
} | } | ||
.sections_panel { | .sections_panel { |
Latest revision as of 01:11, 18 October 2014