亲宝软件园·资讯

展开

js固定DIV高度,超出部分自动添加滚动条的简单方法

人气:0
复制代码 代码如下:

function setheight()
    {
    var div=document.getElementById("event_basicInfo");
    /https://img.qb5200.com/download-x/div.style.width="40%";
    div.style.height=400;
    div.style.overflow="auto";
    }
    window.onload=setheight;

加载全部内容

相关教程
猜你喜欢
用户评论