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.
我正在与Slidifyin合作R,我正面临这个奇怪的问题。如果我放置了太多无法放入页面的内容或绘制了从页面溢出的内容,那么我在html. 有什么办法可以scroller在超出页面高度的页面上放置一个。
Slidify
R
html
scroller
我同意 Ramnath,但对于动态演示(不符合打印要求),它可能会很有趣:
<div style="width:1000px;overflow:scroll"> ... </div>