为什么我的 Flex 对象仅在 Firefox 和 Chrome 中出现垂直滚动条

发布于 2024-10-28 08:32:47 字数 499 浏览 6 评论 0原文

好的,这是一个。我们正在运行一个 SharePoint 发布/公共网站,我有一个带有 Flash 对象的 URL,该对象显示每 5 分钟更新一次的表格:

https://www.midwestiso.org/MARKETSOPERATIONS/REALTIMEMARKETDATA/Pages/ExAnteLMP.aspx

是的,是的,我知道有一百万种 Ajax 方法可以做到这一点,但是有其背后的政治。

在 Firefox 和 Chrome 上,我从浏览器获得垂直滚动条,而不是 flash 对象。不应该有滚动条,IE 中也没有。

我使用了页面视图 Web 部件,宽度设置为 700 px,高度大于 Flash HTML 上的高度。

那么为什么哦为什么我会得到那个酒吧?

Okay, here's one. We're running a SharePoint publishing/public site and I have this URL with a Flash object that displays a table that updates every 5 minutes:

https://www.midwestiso.org/MARKETSOPERATIONS/REALTIMEMARKETDATA/Pages/ExAnteLMP.aspx

Yes, Yes, I know there's a million Ajax ways to do this, but there's politics behind it.

On Firefox and Chrome I get a vertical scroll bar from the browser, not the flash object. There should be NO scroll bar and is none in IE.

I used the page view webpart and the width is set to 700 px and the height is greater than the height on the flash HTML.

So why oh why do I get that Bar?

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

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

发布评论

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

评论(1

烟酉 2024-11-04 08:32:47

如果 HTML 中 Flash 对象的宽度比浏览器窗口宽,您将看到两个滚动条。
将嵌入代码中对象的宽度设置为 100%

实际上,抓一下包裹 iframe 的 div,其高度设置为 200 PX,因此当内容较大时,它会触发滚动条
在div上设置overflow=“hidden”
div id 是 webpartWPQ2

If the width of the flash object in HTML is wider then the browser window you will get both scroll bars.

set the width of the object in your embed code to 100%



Actually scratch the div wrapping your iframe has a height set to 200 PX so when the content is larger it will trigger the scroll bar

set overflow="hidden" on the div

The div id is webpartWPQ2

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