如何创建像 stackoverflow 上那样的滚动区域?

发布于 2024-10-24 09:06:17 字数 378 浏览 2 评论 0原文

我目前正在开发一个 Flash 项目,该项目将使用多个滚动区域。 我试图找出如何创建一个滚动区域,就像我在 stackoverflow 上看到的那样,并使其功能类似。 每当有人将代码行发布到 stackoverflow 时,滚动区域滚动条看起来与 Web 浏览器中的滚动条一模一样,并且能够使用鼠标滚轮平滑滚动,而不影响网页滚动。

示例:当光标悬停在 Flex 应用程序上时禁用鼠标滚轮滚动?

谁能向我解释一下如何在我的 Flash 项目中做到这一点? 谢谢!!

I'm currently working on a flash project, which will use multiple scroll areas.
I'm trying to find out how to create a scroll area like I see on stackoverflow, and make it function similarly.
Whenever someone posts their lines of code to stackoverflow, the scroll area scrollbar looks exactly like the scrollbar in the web browser, and is able to be scrolled with the mousewheel smoothly, without affecting the webpage scrolling.

Example: disable mouse wheel scrolling while cursor over flex app?

Could anyone please explain to me how I can do this in my flash project?
Thanks!!

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

梦里寻她 2024-10-31 09:06:17

您不需要 flash 来执行此操作...这是使用 CSS 完成的。您只需要将您想要的部分放入 div(或任何 HTML 容器)中,然后定义诸如 min-height、max-height、min-width、max-width、overflow 等属性,我认为有一个决定滚动条是否存在的因素,但我不记得它到底是什么。做到这一点非常容易,但闪存有点矫枉过正。

You wouldn't need flash to do this... This is accomplished using CSS. You would just need to put the portion you wanted to function like that in a div (or any HTML container for that matter) and then define such properties as min-height, max-height, min-width, max-width, overflow, etc. I think there's one that determines the presence of the scroll bars but I don't remember what it is for sure. Very easy to do this and flash would be a bit of overkill.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文