Template:Team:USTC Software/Header

From 2010.igem.org

(Difference between revisions)
Line 33: Line 33:
     padding: 0;
     padding: 0;
     margin: 0;
     margin: 0;
 +
}
 +
 +
div#menubar{
 +
    position: absolute;
 +
    top: 0;
 +
}
 +
 +
div#menubar .selected a{
 +
    color: yellow;
 +
}
 +
div#menubar a{
 +
    color: #2CF;
 +
}
 +
div#contentSub{
 +
    display: none;
 +
    position: absolute;
 +
}
 +
#top-section{
 +
    height: 40px;
 +
    width:  100%;
 +
    border: 0;
 +
    position: absolute;
}
}
       .clear {clear:both;}
       .clear {clear:both;}

Revision as of 17:43, 12 October 2010