John Gribben wrote: > Hello, > > > > Does anyone have any experience dealing with the bug in Firefox that > disables mouseover events in Flash when the animation file is placed in an > absolutely positioned element and the Wmode parameter of the animation is > set to "transparent" or "opaque"? I've built a page where an animation is > positioned beneath some other elements, and a button is not clickable in > Firefox.
I don't think that's a bug. As far as I know that's the expected behavior when other items are placed on top of it. You can't position the flash to be on top? position: relative; z-index: 10 (or higher that the highest z-index you have) would probably do the trick but it's hard to tell w/o seeing the site :-) AC-- Audra Coldiron Rock-n-Roll Design & Hosting http://rock-n-roll-design.com KarmaCMS ( http://karmawizard.com ) - the ultimate CSS styled CMS. Pre-made designs, designer tools, and reseller program available! ______________________________________________________________________ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d IE7 information -- http://css-discuss.incutio.com/?page=IE7 List wiki/FAQ -- http://css-discuss.incutio.com/ Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
