2008 - 08 - 22
Published by 朝心
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>FIREFOX3.0 border无效……</title> <style type="text/css"> .content{overflow:hidden;} .side{ float:left; border-right:5px solid #03f; margin-bottom:-32767px; padding-bottom:32767px; width:100px; background-color:#f90; } .main{ float:left; border-left:5px solid #f00; margin-bottom:-32767px; padding-bottom:32767px; width:500px; background-color:#f1f1f1; } </style> </head> <body> <div class="content"> <div class="side"> sidebox </div> <div class="main"> mainbox <p> </p> <p> </p> <p> </p> <p> </p> <p> </p> <p> </p> <p> </p> <p> </p> <p> </p> <p> </p> <p> </p> <p> </p> <p> </p> <p> </p> <p> </p> </div> </div> </body> </html>
Comments RSS
Name (必需)
Mail (hidden) (必需)
Website