JavaScript 固定DIV高度,超出部分自动添加滚动条
程序员文章站
2022-03-16 21:16:54
...
function setheight() { var div=document.getElementById("event_basicInfo"); //div.style.width="40%"; div.style.height=400; div.style.overflow="auto"; } window.onload=setheight;
上一篇: 多种js图片预加载实现方式分享_javascript技巧
下一篇: JS/JQ设置字体大小的总结