Team:WHU-China/Notebook/Daytoday
From 2011.igem.org
(Difference between revisions)
(Created page with "每天的实验记录(日历的效果)") |
|||
Line 1: | Line 1: | ||
- | + | {{WHUcss}} | |
+ | <html> | ||
+ | <head> | ||
+ | <style type="text/css"> | ||
+ | #content1 | ||
+ | { | ||
+ | position:absolute; | ||
+ | margin-top:180px; | ||
+ | margin-left:50px | ||
+ | } | ||
+ | #team_images | ||
+ | { | ||
+ | position:relative; | ||
+ | height:300px; | ||
+ | width:880px; | ||
+ | background:yellow; | ||
+ | } | ||
+ | #introduction | ||
+ | { | ||
+ | position:relative; | ||
+ | height:400px; | ||
+ | width:880px; | ||
+ | background:pink; | ||
+ | } | ||
+ | #decoration | ||
+ | { | ||
+ | position:relative; | ||
+ | height:100px; | ||
+ | width:880px; | ||
+ | background:red; | ||
+ | } | ||
+ | </style> | ||
+ | <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.5.2/jquery.min.js"></script> | ||
+ | <script src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8/jquery-ui.min.js"></script> | ||
+ | <script type="text/javascript" src="http://gettopup.com/releases/latest/top_up-min.js"></script> | ||
+ | <script type="text/javascript"> | ||
+ | |||
+ | </script> | ||
+ | </head> | ||
+ | <body> | ||
+ | <div id="content1"> | ||
+ | <div id="team_images"> | ||
+ | 几张集体照轮流播放 dunde | ||
+ | </div> | ||
+ | <div id="introduction"> | ||
+ | 文字介绍 | ||
+ | </div> | ||
+ | <div id="decoration"> | ||
+ | 稍加修饰 | ||
+ | </div> | ||
+ | </div> | ||
+ | </body> | ||
+ | </html> | ||
+ | {{WHUcss}} |
Revision as of 19:45, 16 September 2011