Team:Freiburg/test

From 2011.igem.org

(Difference between revisions)
Line 19: Line 19:
#globalWrapper {
#globalWrapper {
     background-color: transparent;
     background-color: transparent;
-
     padding-bottom:0px;
+
     padding:0px;
     border: none;
     border: none;
     }
     }
Line 129: Line 129:
   background-color: #FEFEEB;
   background-color: #FEFEEB;
   height:100%;
   height:100%;
 +
  min-height:300px;
   width:965px;
   width:965px;
   margin: auto;
   margin: auto;
 +
}
 +
#freiburg_box{
 +
    width:150px;
 +
    background: url("http://www.456bereastreet.com/lab/newslist/box.gif") no-repeat scroll 0 100% transparent;
 +
    display: block;
 +
    margin: 8px 0 0;
 +
    padding: 0 0 4px;
 +
}
 +
#freiburg_box:hover {
 +
    background-position: -150px 100%;
}
}
</style>
</style>
Line 140: Line 151:
<div id=my_content>
<div id=my_content>
 +
<div id=freiburg_box>
 +
</div>
</div>
</div>
</body>
</body>
</html>
</html>

Revision as of 17:10, 10 June 2011