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 | ||
- | + | } | |
- | width:400px; | + | #team_images |
- | background: | + | { |
+ | 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: | + | margin-left:680px |
- | + | ||
- | + | ||
- | + | ||
} | } | ||
- | # | + | #introduction2 |
{ | { | ||
- | position: | + | position:relative; |
- | + | height:700px; | |
- | + | width:200px; | |
- | + | background:red; | |
- | width: | + | |
- | 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"> | ||
- | + | <div id="introduction2"> | |
+ | 详细部分2 | ||
</div> | </div> | ||
- | |||
- | |||
</div> | </div> | ||
+ | |||
</body> | </body> | ||
</html> | </html> |
Revision as of 20:30, 16 September 2011