Template:CambridgeNotepad

From 2009.igem.org

(Difference between revisions)
Line 5: Line 5:
#daytop {
#daytop {
color:#FFE2EE;
color:#FFE2EE;
-
float:top;
+
position: absolute;
-
margin: 200px 0 4px;
+
top: 200px;
-
width:765px;
+
left: 150px;
 +
width: 765px;
 +
height: 18px;
 +
background: #A3C3FF
}
}
#daytop ul {
#daytop ul {
Line 15: Line 18:
#daytop a {
#daytop a {
     display: block;
     display: block;
-
     width: 153px;
+
     width: 149px;
     height: 16px;
     height: 16px;
-
     margin: -20px 153px 0px;
+
    position: relative;
 +
    float: right;
 +
     margin: 0px 20px 0px;
     background:#A3C3FF no-repeat left top;
     background:#A3C3FF no-repeat left top;
     padding: 2px 2px;
     padding: 2px 2px;
Line 25: Line 30:
#daytop a:hover {
#daytop a:hover {
     display: block;
     display: block;
-
     width: 153px;
+
     width: 149px;
     height: 16px;
     height: 16px;
-
     margin: -20px 153px 0px;
+
    position: relative;
 +
    float: right;
 +
     margin: 0px 20px 0px;
     background:#E5EDFF no-repeat left top;
     background:#E5EDFF no-repeat left top;
     padding: 2px 2px;
     padding: 2px 2px;

Revision as of 13:45, 24 July 2009