Team:Freiburg Software/testpage
From 2010.igem.org
(Difference between revisions)
Line 14: | Line 14: | ||
} | } | ||
#menu { | #menu { | ||
- | position: | + | position: absolute; |
left: 135px; | left: 135px; | ||
- | top: | + | top: 300px; |
font-size: 15px; | font-size: 15px; | ||
font-weight: bold; | font-weight: bold; | ||
- | width: | + | width: 700px; |
} | } | ||
div.button a { | div.button a { | ||
text-decoration: none; | text-decoration: none; | ||
- | margin: | + | margin: 50px 5px 50px 10px; |
padding: 25px 25px 25px 25px; | padding: 25px 25px 25px 25px; | ||
background: transparent url(https://static.igem.org/mediawiki/igem.org/f/f1/Button_test.png) no-repeat scroll center; | background: transparent url(https://static.igem.org/mediawiki/igem.org/f/f1/Button_test.png) no-repeat scroll center; | ||
Line 29: | Line 29: | ||
div.button a:hover { | div.button a:hover { | ||
background: transparent url(https://static.igem.org/mediawiki/igem.org/b/b8/Button_hover_test.png) no-repeat scroll center; | background: transparent url(https://static.igem.org/mediawiki/igem.org/b/b8/Button_hover_test.png) no-repeat scroll center; | ||
+ | } | ||
+ | #up_left { | ||
+ | position: absolute; | ||
+ | left: 0px; | ||
+ | top: 350px; | ||
+ | width: 460px; | ||
+ | height: 500px; | ||
+ | border: 1px solid black; | ||
} | } | ||
</style> | </style> | ||
Line 42: | Line 50: | ||
<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> | ||
+ | <div id="up_left"> | ||
+ | Text | ||
</div> | </div> | ||
</html> | </html> |
Revision as of 19:06, 19 August 2010
Text