<!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=gb2312" /> <title>css固定定位</title> <style type="text/css"> { padding:0; margin:0; } div{ width:100%; line-height:30px; background: red; border:1px solid #f90; position:fixed; top:0px; left:0px; } </style> <!--[if lte ie 6]> <style type="text/css"> html { height:100%; overflow:hidden; } body { height:100%; overflow:auto; } div{ position:absolute; } </style> <![endif]--> </head> <body> <div id="fixedlayer">固定不动</div> <p>php教程</p> <p>php教程</p> <p>php教程</p> <p>php教程</p> <p>php教程</p> <p>php教程</p> <p>php教程</p> <p>php教程</p> <p>php教程</p> <p>php教程</p> <p>php教程</p> <p>php教程</p> <p>php教程</p> <p>php教程</p> <p>php教程</p> <p>php教程</p> <p>php教程</p> <p>php教程</p> <p>php教程</p> <p>php教程</p> <p>php教程</p> <p>php教程</p> <p>php教程</p> <p>php教程</p> <p>php教程</p> <p>php教程</p> <p>php教程</p> <p>php教程</p> <p>php教程</p> <p>php教程</p> <p>php教程</p> <p>php教程</p> <p>php教程</p> <p>php教程</p> <p>php教程</p> <p>php教程</p> <p>php教程</p> <p>php教程</p> <p>php教程</p> <p>php教程</p> <p>php教程</p> <p>php教程</p> <p>php教程</p> <p>php教程</p> </body> </html>
要考虑到ie6不兼容问题即可!
