Team:SCUT/HP

From 2014.igem.org

(Difference between revisions)
Line 26: Line 26:
#time{width:980px;height:250px;border:1px solid #e3e3e3;overflow:hidden;margin:50px auto 0 auto;}
#time{width:980px;height:250px;border:1px solid #e3e3e3;overflow:hidden;margin:50px auto 0 auto;}
-
.T-body{width:980px;height:200px;margin:0 auto;}
+
#time img{width:228px;height:250px;margin-left:0px;}
-
.T-body img{width:980px;height:200px;margin:0 auto;}
+
#time p{margin-left:228px;height:auto;margin:35px;}
-
.cover{z-index:1000;margin:175px auto;width:980px;height:250px;background-color:#DCF1F7;}
+
-
.cover p{text-align:left;margin:35px;}
+
-
.cover p span{font-size:30px;}
+
</style>
</style>
</head>
</head>
Line 114: Line 111:
<div id="time">
<div id="time">
-
<div class="cover">
+
<img src="">
-
<h1>TRAVEL</h1>
+
<p>
 +
</p>
 +
</div>
-
</div>
 
-
</div>
 
-
<script type="text/javascript">
 
-
$(document).ready(function(){
 
-
$(".cover").mouseover(function(){
 
-
$(this).stop().animate({"marginTop":"0px"},"fast");
 
-
});
 
-
$(".cover").mouseout(function(){
 
-
$(this).stop().animate({"marginTop":"175px"},"fast");
 
-
});
 
-
});
 
-
</script>
 

Revision as of 09:23, 12 October 2014

Outline