日期:2014-05-17 浏览次数:20748 次
<!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>无标题文档</title> <style type="text/css"> <!-- body{ margin:0px; padding:0px; font-size:13px; font-family:Arial, Helvetica, sans-serif;} #container{ position:relative; width:100%; } #banner{ height:80px; border:1px solid #000; text-align:center; background-color:#a2d9ff; padding:10px; margin-bottom:2px; } #content{ float:left; padding-right:200px; background-color:#0033CC; } #links { float:left; width:200px; text-align:center; border:1px solid #000; margin-left:-200px; text-align:center; background-color:#0099CC; } #foot{ clear:both; text-align:center; height:30px; border:1px solid #000; } --> </style> </head> <body> <div id="container"> <div id="banner"></div> <div id="content"></div> <div id="links">links<br /> links<br /> links<br /> links<br /> links<br /> links<br /> </div> <div id="footer"></div> </div> </body> </html>