Link to home
Start Free TrialLog in
Avatar of rseidowitz
rseidowitz

asked on

trying to use a popup layer menu over a flash object - can't see my layer

I have a <div> layer using CSS-P positioning, and it works just fine.   However when I make the layer visible on a page where it will overlap a flash object, the flash remains on top and my menu is obscured.   How do I make sure that the flash object is not on the higher z-index?
Avatar of GwynforWeb
GwynforWeb
Flag of Canada image

guessing here but put the flash object in a div with a lower z index than the layer
Avatar of dj_jd
dj_jd

Or create a popup window with window.open instead of a layer.  You can set alwaysRaised to true and kill all the standard browser elements to make it look like a layer.
ASKER CERTIFIED SOLUTION
Avatar of jaysolomon
jaysolomon

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial