Team:WHU-China/Notebook/Daytoday

From 2011.igem.org

(Difference between revisions)
Line 2: Line 2:
<html>
<html>
<head>
<head>
-
 
<style type="text/css">
<style type="text/css">
#content1
#content1
Line 9: Line 8:
margin-top:80px;
margin-top:80px;
margin-left:50px
margin-left:50px
-
heigth:600px;
+
}
-
width:400px;
+
#team_images
-
background:black;
+
{
 +
position:relative;
 +
height:300px;
 +
width:630px;
 +
background:yellow;
 +
}
 +
#introduction
 +
{
 +
position:relative;
 +
height:400px;
 +
width:630px;
 +
background:pink;
}
}
#content2
#content2
Line 17: Line 27:
position:absolute;
position:absolute;
margin-top:80px;
margin-top:80px;
-
margin-left:500px
+
margin-left:680px
-
heigth:300px;
+
-
width:300px;
+
-
background:blue;
+
}
}
-
#content3
+
#introduction2
{
{
-
position:absolute;
+
position:relative;
-
margin-top:400px;
+
height:700px;
-
margin-left:500px
+
width:200px;
-
heigth:300px;
+
background:red;
-
width:300px;
+
-
background:red;
+
-
}
+
 +
}
</style>
</style>
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.5.2/jquery.min.js"></script>
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.5.2/jquery.min.js"></script>
Line 42: Line 47:
<body>
<body>
<div id="content1">
<div id="content1">
-
日志
+
<div id="team_images">
 +
一张图片,概括
 +
</div>
 +
<div id="introduction">
 +
详细部分1
 +
</div>
</div>
</div>
<div id="content2">
<div id="content2">
-
JS日历控件
+
<div id="introduction2">
 +
详细部分2
</div>
</div>
-
<div id="content3">
 
-
其他
 
</div>
</div>
 +
</body>
</body>
</html>
</html>

Revision as of 20:30, 16 September 2011

Count Down

days

hours

minutes

seconds

Visitor

一张图片,概括
详细部分1
详细部分2

Retrieved from "http://2011.igem.org/Team:WHU-China/Notebook/Daytoday"