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]
Menu gets cut off by flash in Safari only>?
Re: Menu gets cut off by flash in Safari only>?
try setting z-index higher for menu items
sorry cant help much more as I dont have safari handy...
sorry cant help much more as I dont have safari handy...
Re: Menu gets cut off by flash in Safari only>?
can you explain in detail how to set the z-index?
Re: Menu gets cut off by flash in Safari only>?
something like
div#menuwrapper {
z-index:999;
}
div#menuwrapper {
z-index:999;
}