Page 1 of 1

Menu gets cut off by flash in Safari only>?

Posted: Thu Aug 03, 2006 6:34 pm
by duplay
I have two seperate flash items on my pages that get either messed up or the menu goes under it in safari only. I have set the flash to wmode=transparent and that seems to work with every browser except safari.

http://pages.sparcc.org/sparcc

[attachment deleted by admin]

Re: Menu gets cut off by flash in Safari only>?

Posted: Thu Aug 03, 2006 7:39 pm
by tsw
try setting z-index higher for menu items

sorry cant help much more as I dont have safari handy...

Re: Menu gets cut off by flash in Safari only>?

Posted: Thu Aug 03, 2006 7:57 pm
by duplay
can you explain in detail how to set the z-index?

Re: Menu gets cut off by flash in Safari only>?

Posted: Thu Aug 03, 2006 9:34 pm
by tsw
something like

div#menuwrapper {
z-index:999;
}