Team:Freiburg Software/testpage

From 2010.igem.org

(Difference between revisions)
Line 8: Line 8:
width: 965px;
width: 965px;
/*border: 1px solid black;*/
/*border: 1px solid black;*/
 +
}
 +
div.button {
 +
float: left;
 +
}
 +
#menu {
 +
position: relative;
 +
left: 150px;
 +
top: 10px;
 +
font-size: 15px;
 +
font-weight: bold;
 +
width: 915px;
 +
display: inline;
 +
}
 +
div.button a {
 +
text-decoration: none;
 +
color: #ffffff;
 +
margin: 10px 5px 5px 10px;
 +
padding: 25px 50px 25px 50px;
 +
background: transparent url(https://static.igem.org/mediawiki/igem.org/b/b8/Button_test.png) no-repeat scroll center;
 +
}
 +
div.button a:hover {
 +
background: transparent url(https://static.igem.org/mediawiki/igem.org/b/b8/Button_hover_test.png) no-repeat scroll center;
}
}
</style>
</style>
-
<img id="banner" src="https://static.igem.org/mediawiki/igem.org/d/d5/Banner_test.png" alt="Banner" />
+
<!--Banner-->
 +
<img id="banner" src="https://static.igem.org/mediawiki/igem.org/d/d5/Banner_test.png" alt="banner" />
 +
<!--Menu-->
 +
<div id="menu">
 +
<div class="button"><a href="http://www.molbiotech.uni-freiburg.de/iGEM" target="blank">Test</a></div>
 +
<div class="button"><a href="http://www.molbiotech.uni-freiburg.de/iGEM" target="blank">Test</a></div>
 +
<div class="button"><a href="http://www.molbiotech.uni-freiburg.de/iGEM" target="blank">Test</a></div>
 +
<div class="button"><a href="http://www.molbiotech.uni-freiburg.de/iGEM" target="blank">Test</a></div>
 +
</div>
</html>
</html>

Revision as of 18:50, 19 August 2010