position:fixed;
IE6下用position:absolute模拟fixed

解决方案 »

  1.   

    <!doctype html>
    <html lang="en">
     <head>
      <meta charset="UTF-8">
      <meta name="Generator" content="EditPlus®">
      <meta name="Author" content="">
      <meta name="Keywords" content="">
      <meta name="Description" content="">
      <title>Document</title>
      <style type="text/css">
    #logintrue{position:fixed;  width:260px; background:#F1D7D7; top:200; left:10; display:block; z-index:1003; padding:5px;}
    </style>
     </head>
     <body>
      <div id="logintrue">
    <div style="background-color:#fff; height:48px; vertical-align:middle; text-align:center; line-height:48px; font-size:14px; color:#EB3333;">
     <img src="http://avatar.csdn.net/3/0/9/1_qq369413448.jpg" width="40" heigth="40" alt="" />&nbsp;您好<label id="welcome"></label>,欢迎登录!
    </div>
    </div> <div style="width:200px; heigth:1000px">
    fdsafds<p />fdsafds<p />fdsafds<p />fdsafds<p />fdsafds<p />fdsafds<p />fdsafds<p />
    </div><div style="width:200px; heigth:1000px">
    fdsafds<p />fdsafds<p />fdsafds<p />fdsafds<p />fdsafds<p />fdsafds<p />fdsafds<p />
    </div><div style="width:200px; heigth:1000px">
    fdsafds<p />fdsafds<p />fdsafds<p />fdsafds<p />fdsafds<p />fdsafds<p />fdsafds<p />
    </div><div style="width:200px; heigth:1000px">
    fdsafds<p />fdsafds<p />fdsafds<p />fdsafds<p />fdsafds<p />fdsafds<p />fdsafds<p />
    </div><div style="width:200px; heigth:1000px">
    fdsafds<p />fdsafds<p />fdsafds<p />fdsafds<p />fdsafds<p />fdsafds<p />fdsafds<p />
    </div><div style="width:200px; heigth:1000px">
    fdsafds<p />fdsafds<p />fdsafds<p />fdsafds<p />fdsafds<p />fdsafds<p />fdsafds<p />
    </div><div style="width:200px; heigth:1000px">
    fdsafds<p />fdsafds<p />fdsafds<p />fdsafds<p />fdsafds<p />fdsafds<p />fdsafds<p />
    </div><div style="width:200px; heigth:1000px">
    fdsafds<p />fdsafds<p />fdsafds<p />fdsafds<p />fdsafds<p />fdsafds<p />fdsafds<p />
    </div><div style="width:200px; heigth:1000px">
    fdsafds<p />fdsafds<p />fdsafds<p />fdsafds<p />fdsafds<p />fdsafds<p />fdsafds<p />
    </div>
     </body>
    </html>
      

  2.   

    jquery实现章节目录效果