网站首页  汉语字词  英语词汇  考试资料  写作素材  旧版资料

请输入您要查询的考试资料:

 

标题 css如何让背景不能滚动
内容
    最近学习点样式表,以前有一位很历害的css朋友给我这个代码,看的挺不错的,思想真棒!留个纪念!
    <!doctype html public -//w3c//dtd xhtml 1.0 transitional//en >
    <html xmlns=>
    <head>
    <meta http-equiv=content-type content=text/html; charset=gb2312 />
    <title>无标题文档</title>
    <style type=text/css>
    *{ margin:0; padding:0;}
    html,body{ width:100%; height:100%; overflow:auto; position:relative;}
    .container{ width:100%; height:100%; overflow:auto;}
    .bg{ background:#000000;opacity:0.5; filter:alpha(opacity=50); position:absolute; z-index:1; overflow:auto; width:100%; height:100%; left:0; top:0;}
    .box{ position:absolute; left:50%; top:50%; width:300px; z-index:11; height:300px; line-height:300px; color:#f60; font-weight:bold; font-size:20px;}
    .info{ position:absolute; left:-50%; top:-50%; z-index:10; width:300px; height:300px; text-align:center; border:1px solid #f00; background:#fff;}
    </style>
    </head>
    <body>
    <div class=container>
    <script type=text/javascript>
    for(var i=0;i<150;i++){
    document.write('<center>大力开发建设蝶恋蜂狂就爱上了开发简单说了开发经理的萨克减肥啦可适当加分</center>');
    }
    </script>
    </div>
    <div class=bg></div>
    <div class=box><div class=info>我就不动</div></div>
    </body>
    </html>
随便看

 

在线学习网考试资料包含高考、自考、专升本考试、人事考试、公务员考试、大学生村官考试、特岗教师招聘考试、事业单位招聘考试、企业人才招聘、银行招聘、教师招聘、农村信用社招聘、各类资格证书考试等各类考试资料。

 

Copyright © 2002-2024 cuapp.net All Rights Reserved
更新时间:2025/5/22 10:12:41