日期:2014-05-17 浏览次数:20652 次
<html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>无标题文档</title> <style type="text/css"> #content{ margin:50px 20px 50px; 200px; background-color:#999; display:block; padding: 10px; position: relative; } #d01, #d02{ float:left; width:200px; height:200px; background-color:#06F; } #d02{ background-color:#FF0; } </style> </head> <body> <div id="content"> <div id="d01"></div> <div id="d02"></div> <div> </body> </html>