Shelly, on Thursday, April 27, 2006 at 14:24 Design Groups wrote:
>>>You can't use the swf in the css background property. But you could > place an object with absolute positioning and z-index under a div. You > have to add background transparency to the flash (and pray...).<< > Actually, this will not work. Flash uses a plugin which occupies a > z-index outside the scope if the DOM, meaning that no matter what > z-index you give it, Flash will always come out on top. (You can see > discussions on this problem in the Son of Suckerfish discussion areas - > the dropdowns will fall behind Flash elements) No, it works with enabled background transparency. You've got to add: <param name="wmode" value="transparent" /> inside the <object>. In this mode the flash will not render on top of all other content, but it doesn't work with all plugin-versions on all browsers. But it will work at least for IE and Firefox on Windows with Flash 6.0.65.0+ regards Martin ______________________________________________________________________ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d IE7b2 testing hub -- 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/
