固定 DIV 頁面懸浮

<html>
    <head>
        <style type="text/css">
            .page-header
            {   
                position:fixed;
                top:0;
                left:0;
                _position:absolute;
                _top:expression(eval(document.documentElement.scrollTop));
                z-index:999999999999;
                background-color:gray;
                color:White;
                height:40px;
                width:100%
            }
        </style>
        </head>
        <body id="" class="">
            <div class="page-header">
                這是一個不隨滾動條滾動的DIV
            </div>
        </body>
</html>css

相關文章
相關標籤/搜索