Re: [WSG] div over flash

2008-10-23 Thread Michael MD
should do the trick, with z-index of course. I think this works on some browsers, but not everything It might not be possible in some browsers or with some older versions of flash player. (I guess also that there may be similar problems with other types of content shown by browser "plugi

Re: [WSG] div over flash

2008-10-23 Thread J. Albert Bowden
Kevin IE6, IE7, FF2, FF3, whatever the latest versions of Opera and Safari that are out. I'm kind of swamped right now, but if you need help, send me a link and i'll see if i can make a quick fix. Not only does it work, but it validates yo. if you use AIM: Bowdown81isdead or gtalk J. Albert Bowden

Re: [WSG] div over flash

2008-10-23 Thread Сергей Кириченко
http://kb.adobe.com/selfservice/viewContent.do?externalId=tn_15523and Mark Stickley is absolutly wrong 2008/10/23 kevin mcmonagle <[EMAIL PROTECTED]> > hi, > forgive me if this it ot, if so please reply off list. > Whats the best cross-browser way to get a div on top of swf with css. > > If i use:

Re: [WSG] div over flash

2008-10-23 Thread kevin mcmonagle
Ted Drake wrote: The YUI container library offers the iframe shim, built in for ie6. Watch the wmode:transparent if your flash movie contains actual content. Wmode:transparent makes it justifiably invisible to screen readers. It’s basically telling the browser and screen reader the flash mov

Re: [WSG] div over flash

2008-10-23 Thread kevin mcmonagle
Mark Stickley wrote: It is impossible to get a div sitting on top of flash in all browsers. hi mark, which browsers/versions would give me problems? Your best bet is to hide the flash while your overlay is showing and show it when it hides again. If the blank space where your flash was will b

RE: [WSG] div over flash

2008-10-23 Thread Ted Drake
: wsg@webstandardsgroup.org Subject: Re: [WSG] div over flash It is impossible to get a div sitting on top of flash in all browsers. Your best bet is to hide the flash while your overlay is showing and show it when it hides again. If the blank space where your flash was will be obvious you could set a background

Re: [WSG] div over flash

2008-10-23 Thread Mark Stickley
It is impossible to get a div sitting on top of flash in all browsers. Your best bet is to hide the flash while your overlay is showing and show it when it hides again. If the blank space where your flash was will be obvious you could set a background image similar-looking to the flash on it's cont

Re: [WSG] div over flash

2008-10-23 Thread J. Albert Bowden
kevin, make the value transparent. you can see an example i did of this here http://bowdenweb.com/work-de/index.html. when you hover over the nav, it dropsdown over the flash. i tried z-indexing as well, but the only way i could get it to work is through the example given. Albert On Thu, Oct 23,

Re: [WSG] div over flash

2008-10-23 Thread Manny Blum
I think it is: Everything else should work fine. hope this helped. -Manny On Oct 23, 2008, at 9:35 AM, kevin mcmonagle wrote: hi, forgive me if this it ot, if so please reply off list. Whats the best cross-browser way to get a div on top of swf with css. If i use: with z-index will i

Re: [WSG] div over flash

2008-10-23 Thread David Storey
On 23 Oct 2008, at 15:35, kevin mcmonagle wrote: hi, forgive me if this it ot, if so please reply off list. Whats the best cross-browser way to get a div on top of swf with css. If i use: For having things like dynamic menus over flash using javascript, wmode needs to be set to transpar