日期:2014-05-17 浏览次数:20674 次
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html> <head> <style type="text/css"> <!-- body{ background-color:#AEB9F4; } #div1{ width:602px; height:602px; margin:20px auto; background-color:#EDD923; } #div1 #div2{ margin-top:20px; margin-right:20px; margin-bottom:20px; margin-left:20px; width:560px; height:560px; border:1px solid #000; } --> </style> </head> <body> <div id="div1"> <div id="div2"></div> </div> </body> </html>
#div1{ overflow:hidden; ... }