<对象>height 忽略父级 div 高度

发布于 2024-11-28 14:59:35 字数 567 浏览 2 评论 0原文

我对 Flash 对象有疑问。该对象是一个展开的顶部横幅,但是当缩回时,鼠标悬停效果仍然出现在横幅的不可见部分上。代码如下:

<div id="exp_banner" style="width:930px; height:180px; overflow: hidden; position: absolute; z-index: 100;">
<object type="application/x-shockwave-flash" data="test.swf" width="930" height="360">
<param name="movie" value="test.swf">
<param name="allowScriptAccess" value="always" />
<param name="quality" value="high" />
<param name="wmode" value="transparent" />
</object>
</div>

我尝试向高度为 180px 的对象添加样式高度,但随后横幅缩小了。

I have a problem with an flash object. The object is an expanding topbanner, but when retracted, the on mouse over effect still appears on the invisible part of the banner. The code is the following:

<div id="exp_banner" style="width:930px; height:180px; overflow: hidden; position: absolute; z-index: 100;">
<object type="application/x-shockwave-flash" data="test.swf" width="930" height="360">
<param name="movie" value="test.swf">
<param name="allowScriptAccess" value="always" />
<param name="quality" value="high" />
<param name="wmode" value="transparent" />
</object>
</div>

I have tried to add a style height to the object with an height of 180px, but then the banner scales down.

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

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

发布评论

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

评论(1

半城柳色半声笛 2024-12-05 14:59:35

使位置:相对于父 DIV 以使溢出起作用
并保持 wmode="transparent" 也可以溢出工作,对 flash 对象有好处

make position:relative for parent DIV to make overflow work
and keep wmode="transparent" also to overflow work good for flash object

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