Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个 div 占据了我的大部分页面,它设置为溢出滚动,但 id 喜欢它做什么,它不是由 div 本身的滚动条而是由右侧的主滚动条控制浏览器窗口..
这是可能的吗?页面上没有其他可滚动的 div,所以它只会控制这个 ..
我想这样做的主要原因是不希望我的网站中间有滚动条,因为某些浏览器的默认滚动条相当难看
放
CSS:
div{ overflow:auto; }
js:
$("div").height($("div")[0].scrollHeight);