Team:WHU-China/Humanpractice
From 2011.igem.org
(Difference between revisions)
Line 2: | Line 2: | ||
<head> | <head> | ||
<style type="text/css"> | <style type="text/css"> | ||
- | + | #humanpics | |
+ | { | ||
+ | position:relative; | ||
+ | height:400px; | ||
+ | width:1000px; | ||
+ | } | ||
+ | div.human | ||
+ | { | ||
+ | position:absolute; | ||
+ | top:20px; | ||
+ | width:470px; | ||
+ | height:380px; | ||
+ | ] | ||
+ | #humanphoto | ||
+ | { | ||
+ | left:20px; | ||
+ | background:yellow; | ||
+ | } | ||
+ | #rotato | ||
+ | { | ||
+ | right:20px; | ||
+ | background:yellow; | ||
+ | } | ||
</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 13: | Line 35: | ||
<body> | <body> | ||
<div id="content1"> | <div id="content1"> | ||
+ | |||
+ | |||
+ | <div id="humanpics"> | ||
+ | <div class="human" id="humanphoto"> | ||
+ | </div> | ||
+ | <div class="human" id="rotato"> | ||
+ | </div> | ||
+ | </div> | ||
+ | |||
+ | <div id="cecontent"> | ||
+ | |||
+ | <div id="english"> | ||
+ | </div> | ||
+ | <div id="chinese"> | ||
+ | </div> | ||
+ | |||
+ | </div> | ||
</div> | </div> |
Revision as of 05:02, 26 September 2011