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.
我正在尝试使用 jquery 更改现有 RSS 阅读器的 UI,但是当尝试将动态内容放入 div 块中时,滚动条不起作用。它似乎只适用于静态内容。请提出解决方案。
注意:(因为我是 jquery 的新手,欢迎解释)
它有助于在 CSS 中为该元素指定溢出。
#mydiv { overflow: auto; }