Team:WHU-China/Notebook/Daytoday

From 2011.igem.org

(Difference between revisions)
Line 7: Line 7:
position:absolute;
position:absolute;
margin-top:80px;
margin-top:80px;
-
margin-left:50px
+
margin-left:50px;
-
}
+
height:600px;
-
#team_images
+
width:400px;
-
{
+
-
position:relative;
+
-
height:300px;
+
-
width:630px;
+
background:yellow;
background:yellow;
-
}
 
-
#introduction
 
-
{
 
-
position:relative;
 
-
height:400px;
 
-
width:630px;
 
-
background:pink;
 
}
}
#content2
#content2
Line 27: Line 16:
position:absolute;
position:absolute;
margin-top:80px;
margin-top:80px;
-
margin-left:680px
+
margin-left:500px;
 +
height:200px;
 +
width:300;
 +
background:blue;
}
}
-
#introduction2
+
#content3
{
{
-
position:relative;
+
position:absolute;
-
height:700px;
+
margin-top:300px;
-
width:200px;
+
margin-left:500px;
-
background:red;
+
height:200px;
 +
width:300;
 +
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 47: Line 41:
<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">
-
<div id="introduction2">
+
JS日历控件
-
详细部分2
+
</div>
</div>
 +
<div id="content3">
 +
其他
</div>
</div>
</body>
</body>
</html>
</html>

Revision as of 20:34, 16 September 2011

Count Down

days

hours

minutes

seconds

Visitor

日志
JS日历控件
其他

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