Team:WHU-China/Project/Overview
From 2011.igem.org
(Difference between revisions)
Line 1: | Line 1: | ||
- | |||
- | |||
<html> | <html> | ||
<head> | <head> | ||
- | |||
- | |||
- | |||
<style type="text/css"> | <style type="text/css"> | ||
- | # | + | #pics |
+ | { | ||
+ | position:relative; | ||
+ | top:30px; | ||
+ | width:1000px; | ||
+ | height:270px; | ||
+ | } | ||
+ | #overview | ||
+ | { | ||
+ | position:relative; | ||
+ | width:650px; | ||
+ | height:600px; | ||
+ | background-color:red; | ||
+ | left:20px; | ||
+ | } | ||
+ | div.pic | ||
+ | { | ||
+ | background-color:yellow; | ||
+ | } | ||
+ | #horizontal | ||
{ | { | ||
position:absolute; | position:absolute; | ||
- | + | width:650px; | |
- | + | height:270px; | |
- | + | } | |
- | + | #vertical | |
+ | { | ||
+ | position:absolute; | ||
+ | left:700px; | ||
+ | width:270px; | ||
+ | height:800px; | ||
} | } | ||
- | |||
</style> | </style> | ||
- | <script type="text/javascript"> | + | <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.5.2/jquery.min.js"></script> |
- | function | + | <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> | </script> | ||
</head> | </head> | ||
<body> | <body> | ||
<div id="content1"> | <div id="content1"> | ||
+ | |||
+ | <div id="pics"> | ||
+ | <div class="pic" id="horizontal"> | ||
+ | |||
+ | </div> | ||
+ | <div class="pic" id="vertical"> | ||
+ | |||
+ | </div> | ||
+ | </div> | ||
+ | |||
+ | <div id="overview"> | ||
+ | |||
+ | </div> | ||
</div> | </div> | ||
</body> | </body> | ||
</html> | </html> | ||
+ | {{WHUcss}} |
Revision as of 09:40, 21 September 2011