Hello World!

固定在左右两侧不动的广告条 样式

<style type="text/css">
        .d1
        {
            width: 120px;
            height: 360px;
            background: #ccc;
            position: fixed;
            top: 120px;
            left: 10px;
        }
        .d2
        {
            width: 120px;
            height: 360px;
            background: red;
            position: fixed;
            top: 120px;
            right: 10px;
        }
    </style>

 

posted @ 2012-08-03 11:21  世界万物  阅读(263)  评论(0编辑  收藏  举报
Bye World!