Team:WHU-China/Notebook/Daytoday
From 2011.igem.org
(Difference between revisions)
Line 7: | Line 7: | ||
position:absolute; | position:absolute; | ||
margin-top:80px; | margin-top:80px; | ||
- | margin-left:50px | + | margin-left:50px; |
- | + | height:600px; | |
- | + | width:400px; | |
- | + | ||
- | + | ||
- | height: | + | |
- | width: | + | |
background:yellow; | background:yellow; | ||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
} | } | ||
#content2 | #content2 | ||
Line 27: | Line 16: | ||
position:absolute; | position:absolute; | ||
margin-top:80px; | margin-top:80px; | ||
- | margin-left: | + | margin-left:500px; |
+ | height:200px; | ||
+ | width:300; | ||
+ | background:blue; | ||
} | } | ||
- | # | + | #content3 |
{ | { | ||
- | + | position:absolute; | |
- | + | margin-top:300px; | |
- | + | margin-left:500px; | |
- | + | height:200px; | |
+ | width:300; | ||
+ | background:red; | ||
+ | } | ||
- | |||
</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 47: | Line 41: | ||
<body> | <body> | ||
<div id="content1"> | <div id="content1"> | ||
- | + | 日志 | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
</div> | </div> | ||
<div id="content2"> | <div id="content2"> | ||
- | + | JS日历控件 | |
- | + | ||
</div> | </div> | ||
+ | <div id="content3"> | ||
+ | 其他 | ||
</div> | </div> | ||
</body> | </body> | ||
</html> | </html> |
Revision as of 20:34, 16 September 2011