Team:WHU-China/Project/Results
From 2011.igem.org
(Difference between revisions)
(Created page with "图片和文字 视频 实验结果") |
|||
Line 1: | Line 1: | ||
- | + | <html> | |
+ | <head> | ||
+ | <style type="text/css"> | ||
+ | #footer-box | ||
+ | { | ||
+ | position:absolute; | ||
+ | top:1200px; | ||
+ | } | ||
+ | #part1 | ||
+ | { | ||
+ | position:relative; | ||
+ | top:30px; | ||
+ | width:1000px; | ||
+ | height:500px; | ||
+ | } | ||
+ | #part2 | ||
+ | { | ||
+ | position:relative; | ||
+ | top:30px; | ||
+ | width:1000px; | ||
+ | height:500px; | ||
+ | } | ||
+ | #pics1 | ||
+ | { | ||
+ | position:absolute; | ||
+ | width:900px; | ||
+ | left:50px; | ||
+ | height:300px; | ||
+ | background-color:red; | ||
+ | } | ||
+ | instruction1 | ||
+ | { | ||
+ | position:absolute; | ||
+ | width:900px; | ||
+ | left:50px; | ||
+ | height:200px; | ||
+ | background-color:yellow; | ||
+ | } | ||
+ | #pics2 | ||
+ | { | ||
+ | position:absolute; | ||
+ | width:900px; | ||
+ | left:50px; | ||
+ | height:300px; | ||
+ | background-color:red; | ||
+ | } | ||
+ | instruction2 | ||
+ | { | ||
+ | position:absolute; | ||
+ | width:900px; | ||
+ | left:50px; | ||
+ | height:200px; | ||
+ | background-color:yellow; | ||
+ | } | ||
+ | </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"> | ||
+ | $(document).ready(function() | ||
+ | { | ||
+ | |||
+ | }); | ||
+ | </script> | ||
+ | </head> | ||
+ | <body> | ||
+ | <div id="content1"> | ||
+ | |||
+ | <div id="part1"> | ||
+ | <div id="pics1"> | ||
+ | <div id="pic11"></div> | ||
+ | <div id="pic12"></div> | ||
+ | </div> | ||
+ | <div id="instruction1"> | ||
+ | |||
+ | </div> | ||
+ | </div> | ||
+ | |||
+ | <div id="part2"> | ||
+ | <div id="pics2"> | ||
+ | <div id="pic21"></div> | ||
+ | <div id="pic22"></div> | ||
+ | </div> | ||
+ | <div id="instruction2"> | ||
+ | |||
+ | </div> | ||
+ | </div> | ||
+ | |||
+ | </div> | ||
+ | </body> | ||
+ | </html> | ||
+ | {{WHUcss}} |
Revision as of 12:02, 21 September 2011