滚动条在浏览器缩小的时候被页面挡住是怎么回事
只有拉到页面最下面才会有水平滚动条出现,同样在页面最右边时才出现竖直滚动条

解决方案 »

  1.   

    内层容器设置了 overflow:scroll;
      

  2.   

    <HTML>
    <HEAD>
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
    <TITLE>
     Configuration
    </TITLE>
    <link href="/css/style.css" rel="stylesheet" type="text/css" id="fastpath">
    <script type="text/javascript" src="/scripts/xui_common.js"></script>
    <script type="text/javascript" >
    xuiIncludeCommonJSFiles("/scripts/");
    xuiIncludeJSFile("/scripts/ConfigCn.js");
    </script>
    </HEAD>
    <BODY onload="formLoad();" CLASS=page>
    <FORM method=post ACTION="/ConfigCn.html">
    <DIV id="topdiv">
    <TABLE CLASS="tableroundcorners" cellspacing=0 cellpadding=0 >
    <TR CLASS="contentHeader">css:
    .pageheaderattributes {
       COLOR: #ffffff;
       BACKGROUND-COLOR: #b70024;
       FONT-FAMILY: arial,helvetica;
       FONT-SIZE: 1.2em;
       FONT-STYLE: normal;
       FONT-WEIGHT: 700;
       TEXT-ALIGN: LEFT;
       MARGIN-BOTTOM: 1em;
       MARGIN-LEFT: 1em;
       padding-left:15px;
    }body.page {
    margin-left:0;
    margin-right:0;
    margin-top:0;
    }
      

  3.   

    我把frame的scrolling="yes"去掉,就好了,为什么那
      

  4.   

    为什么啊,ie不能支持yes属性吗