Team:WHU-China/Project/Modeling
From 2011.igem.org
(Difference between revisions)
(Created page with "数模 文字和图片") |
|||
Line 1: | Line 1: | ||
- | + | <html> | |
+ | <head> | ||
+ | <style type="text/css"> | ||
+ | #model | ||
+ | { | ||
+ | position:relative; | ||
+ | top:20px; | ||
+ | width:1000px; | ||
+ | height:600px; | ||
+ | } | ||
+ | #words | ||
+ | { | ||
+ | position:absolute; | ||
+ | left:20px; | ||
+ | width:650px; | ||
+ | height:600px; | ||
+ | background-color:red; | ||
+ | } | ||
+ | #pic1 | ||
+ | { | ||
+ | position:absolute; | ||
+ | left:670px; | ||
+ | width:300px; | ||
+ | height:600px; | ||
+ | background-color:yellow; | ||
+ | } | ||
+ | #pic2 | ||
+ | { | ||
+ | position:relative; | ||
+ | width:950px; | ||
+ | left:20px; | ||
+ | height:300px; | ||
+ | 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="model"> | ||
+ | <div id="words"> | ||
+ | <p></p> | ||
+ | </div> | ||
+ | <div id="pic1"></div> | ||
+ | </div> | ||
+ | |||
+ | <div id="pic2"></div> | ||
+ | |||
+ | </div> | ||
+ | </body> | ||
+ | </html> | ||
+ | {{WHUcss}} |
Revision as of 11:23, 21 September 2011