Team:CBNU-Korea/contenttest2

From 2011.igem.org

(Difference between revisions)
Line 63: Line 63:
display:none;
display:none;
}
}
 +
 +
 +
#bigbuttons {
 +
padding: 50px 0 0 0;
 +
margin: 0;
 +
width: 200px;
 +
}
 +
 +
#bigbuttons li{
 +
list-style: none;
 +
padding: 0 0 50px 0;
 +
margin: 0;
 +
 +
.gallery {
 +
background-image: url(hover image path);
 +
background-repeat: no-repeat;
 +
height: 75px;
 +
width: 200px;
 +
}
 +
 +
.gallery a{
 +
background-image: url(normal image path);
 +
background-repeat: no-repeat;
 +
height: 75px;
 +
width: 200px;
 +
display: block;
 +
}
 +
 +
.gallery a:hover{
 +
background: none;
 +
}
 +
 +
.contact {
 +
background-image: url(hover image path);
 +
background-repeat: no-repeat;
 +
height: 75px;
 +
width: 200px;
 +
}
 +
 +
.contact a{
 +
background-image: url(normal image path);
 +
background-repeat: no-repeat;
 +
height: 75px;
 +
width: 200px;
 +
display: block;
 +
}
 +
 +
.contact a:hover{
 +
background: none;
 +
}
 +
 +
 +
 +
 +
</Style>
</Style>
</HEAD>
</HEAD>
Line 71: Line 126:
</div>
</div>
<div id="test" style="width:1300px; height:600px; background:transparent;">
<div id="test" style="width:1300px; height:600px; background:transparent;">
-
<img src="https://static.igem.org/mediawiki/2011/9/92/Synb_logo_001.png" width="398" height="65">
+
<ul id="bigbuttons">
-
</div>
+
<li class="gallery"> <--put your link in here--> </li>
 +
<li class="contact"> <--put your link in here--> </li>
 +
</ul></div>
</body>
</body>
</HTML>
</HTML>

Revision as of 07:41, 17 September 2011

  • <--put your link in here-->