Team:WHU-China/Humanpractice
From 2011.igem.org
(Difference between revisions)
Line 24: | Line 24: | ||
right:20px; | right:20px; | ||
background-color:yellow; | background-color:yellow; | ||
+ | } | ||
+ | #cecontent | ||
+ | { | ||
+ | position:relative; | ||
+ | width:1000px; | ||
+ | height:400px; | ||
+ | } | ||
+ | div.ce | ||
+ | { | ||
+ | position:absolute; | ||
+ | top:20px; | ||
+ | width:470px; | ||
+ | height:380px; | ||
+ | } | ||
+ | #english | ||
+ | { | ||
+ | right:20px; | ||
+ | background-color:red; | ||
+ | } | ||
+ | #chinese | ||
+ | { | ||
+ | left:20px; | ||
+ | background-color:red; | ||
} | } | ||
</style> | </style> | ||
Line 46: | Line 69: | ||
<div id="cecontent"> | <div id="cecontent"> | ||
- | <div id="english"> | + | <div class="ce" id="english"> |
</div> | </div> | ||
- | <div id="chinese"> | + | <div class="ce" id="chinese"> |
</div> | </div> | ||
+ | </div> | ||
+ | |||
+ | <div id="result"> | ||
</div> | </div> | ||
Revision as of 05:07, 26 September 2011