为什么我的 Flex 对象仅在 Firefox 和 Chrome 中出现垂直滚动条
好的,这是一个。我们正在运行一个 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果 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