页面已经不够长了,但是不显示Y轴滚动条,请高手指点一下,一下代码在哪里限制了滚动条的出现

解决方案 »

  1.   

    太着急了,忘了粘代码了,哎
    <style type="text/css">
    BODY {
    MARGIN: 0px;
    }
    .sec_menu {
    BORDER-RIGHT: white 1px solid;
    OVERFLOW-x: hidden;
    BORDER-LEFT: white 1px solid;
    BORDER-BOTTOM: white 1px solid;
    background-color: #FFFFFF;
    }
    .menu_title SPAN {
    FONT-WEIGHT: bold; LEFT: 10px; COLOR: #ECF2F9; POSITION: relative; TOP: 2px 
    }
    .font12hui,.font12hui:link,.font12hui:visited,.font12hui:active {
    font-family: Verdana, Arial, Helvetica, sans-serif, "微软雅黑", "宋体";
    font-size: 12px;
    line-height: 25px;
    color: #333333;
    text-decoration: none;
    }
    .font12hui:hover {
    font-family: Verdana, Arial, Helvetica, sans-serif, "微软雅黑", "宋体";
    font-size: 12px;
    line-height: 25px;
    color: #0066CC;
    text-decoration: none;
    }
    .font12huong,.font12huong:link,.font12huong:visited,.font12huong:active {
    font-family: Verdana, Arial, Helvetica, sans-serif, "微软雅黑", "宋体";
    font-size: 12px;
    line-height: 25px;
    color: #990000;
    text-decoration: none;
    }
    .font12huong:hover {
    font-family: Verdana, Arial, Helvetica, sans-serif, "微软雅黑", "宋体";
    font-size: 12px;
    line-height: 25px;
    color: #CC0000;
    text-decoration: none;
    }
    .font12hui2,.font12hui2:link,.font12hui2:visited,.font12hui2:active {
    font-family: Verdana, Arial, Helvetica, sans-serif, "微软雅黑", "宋体";
    font-size: 12px;
    line-height: 22px;
    color: #333333;
    text-decoration: none;
    height: 22px;
    width: 100%;
    border: 1px solid #FFFFFF;
    text-indent: 20px;
    display: block;
    }
    .font12hui2:hover {
    font-family: Verdana, Arial, Helvetica, sans-serif, "微软雅黑", "宋体";
    font-size: 12px;
    line-height: 22px;
    color: #003399;
    text-decoration: none;
    height: 22px;
    width: 100%;
    border: 1px solid #A9C6E2;
    background-color: #D8E4F1;
    text-indent: 20px;
    display: block;
    }
    .tdline {
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 1px;
    border-left-width: 0px;
    border-top-style: dashed;
    border-right-style: dashed;
    border-bottom-style: dashed;
    border-left-style: dashed;
    border-bottom-color: #EBEBEB;
    }
    </style>
      

  2.   

    BODY { 
    MARGIN: 0px; 

    不要这可以吧.......