Tip: You can modify some of the code before running
<! DOCTYPE HTML PUBLIC "-//W3C//DTD XHTML 1.0 transitional//en" "Http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd "> <ptml xmlns=" http://www.w3.org/1999/xhtml "> <pead> <title> compatible IE6 page bottom fixed layer </title> < Meta http-equiv= "Content-type" content= "text/html;charset=gb2312" > <!--Add the following code to <pead> and </pead> Between--> <style type= "Text/css" > Body{margin:0px;padding:0px;background:url (notfound) fixed; nextpage{ Background: #000; color: #fff; bottom:0;margin:0 Auto;position:fixed;height:23px;opacity:.60;filter:alpha (opacity= Line-height:23px;width:100%;z-index:999;_bottom:auto;_width:100%;_position:absolute;_top:expression (eval) ( Document.documentelement.scrolltop+document.documentelement.clientheight-this.offsetheight-(ParseInt ( this.currentstyle.margintop,10) | | 0)-(parseint (this.currentstyle.marginbottom,10) | | 0));} </style> </pead> <body> <div ></div> <!--Add the following code to the <body> and </body>--> <div class= "NextPage > I won't move under the IE6! </div> </body> </ptml>
Tip: You can modify some of the code before running