开发者

Expandable banner CSS,Javascript,Flash

开发者 https://www.devze.com 2023-04-13 06:26 出处:网络
I have to create a banner that expands over content when moused over and then contracts on mouse out. I have managed to create the expand/contract animations and actions but I am having trouble positi

I have to create a banner that expands over content when moused over and then contracts on mouse out. I have managed to create the expand/contract animations and actions but I am having trouble positioning the that the flash file is in to ensure that it's flows over other elements on the page.

Can anyone give me a lesson on doing this. I imag开发者_JAVA技巧ine its a bit of CSS and a little bit of javascript.

Thanks!


Look at wmode=transparent for getting flash files to work nicely with other elements on the page.

If you can add the wmode to the flash object, you shouldn't have any problems.

Just wrap the flash file in a div wrapper and position the div or do whatever you need that way.

differences between using wmode="transparent", "opaque", or "window" for an embedded object on a webpage

Meant to add, if you change the wmode, and wrap it in a div, then you can assign the div a position of absolute and use z-index:99999 to have it above all other elements.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号