Team:CBNU-Korea/contenttest2

From 2011.igem.org

(Difference between revisions)
Line 77: Line 77:
   
   
.gallery {
.gallery {
-
background-image: url(http://www.nublue.co.uk/images/blog/step-two-hover.gif);
+
background-image: url("http://www.nublue.co.uk/images/blog/step-two-hover.gif");
background-repeat: no-repeat;
background-repeat: no-repeat;
height: 75px;
height: 75px;
Line 84: Line 84:
   
   
.gallery a{
.gallery a{
-
background-image: url(http://www.nublue.co.uk/images/blog/step-two.gif);
+
background-image: url("http://www.nublue.co.uk/images/blog/step-two.gif");
background-repeat: no-repeat;
background-repeat: no-repeat;
height: 75px;
height: 75px;
Line 96: Line 96:
   
   
.contact {
.contact {
-
background-image: url(http://www.nublue.co.uk/images/blog/step-two-hover.gif);
+
background-image: url("http://www.nublue.co.uk/images/blog/step-two-hover.gif");
background-repeat: no-repeat;
background-repeat: no-repeat;
height: 75px;
height: 75px;
Line 103: Line 103:
   
   
.contact a{
.contact a{
-
background-image: url(http://www.nublue.co.uk/images/blog/step-two.gif);
+
background-image: url("http://www.nublue.co.uk/images/blog/step-two.gif");
background-repeat: no-repeat;
background-repeat: no-repeat;
height: 75px;
height: 75px;
Line 127: Line 127:
<div id="test" style="width:1300px; height:600px; background:transparent;">
<div id="test" style="width:1300px; height:600px; background:transparent;">
<ul id="bigbuttons">
<ul id="bigbuttons">
-
<li class="gallery"> <--put your link in here--> </li>
+
<li class="gallery"></li>
-
<li class="contact"> <--put your link in here--> </li>
+
<li class="contact"></li>
</ul></div>
</ul></div>
</body>
</body>
</HTML>
</HTML>

Revision as of 07:42, 17 September 2011