Re: [css-d] position: absolute and Flash

2006-05-21 Thread mon!ca
Bill Moseley escribió: > I have a banner with an enclosed image and a menu. The banner > is position: relative and the image and menu are position: absolute > with z-index set so the menu will be on top of the image. > [...] > I have z-index on the flash and menu s, so on small windows the > menu

Re: [css-d] position: absolute and Flash

2006-05-21 Thread Evert | Collab
In most browsers flash is always on top of everything, and this isnt changable.. Evert Bill Moseley wrote: > I have a banner with an enclosed image and a menu. The banner > is position: relative and the image and menu are position: absolute > with z-index set so the menu will be on top of the

[css-d] position: absolute and Flash

2006-05-21 Thread Bill Moseley
I have a banner with an enclosed image and a menu. The banner is position: relative and the image and menu are position: absolute with z-index set so the menu will be on top of the image. The problem is when the image is replace (via javascript) with flash content it no longer is below the menu,