Div & flash issue help?
- Started
- Last post
- 11 Responses
- hiten
ok so im making this site.
http://www.sincerelyhiten.com/pu…seems to work fine on PC in IE and FF. A friend of mine tested it on MAC using safari and IE and is saying the html menu which is supposed to overlap the flash switches from in top which is should be to under from time to time. anyone else having this issue?
let me know please and if anyone knows why that would be cool also if you could let me know.
thx
- frankosonik0
Use this in the HTML flash tags:
param name=wmode value="opaque"
- hiten0
i have the WBMODE thing in there what does the OPAQUE code do will it help with the flipping? did you get the flipping between the 2 like he said?
- hiten0
...
- Epictive0
DIVs over flash are never a great solution. Flash always wants to take the top layer. It is buggy as heck. There really is no solution that works consistently. I would either move the content away from flash or make the overlapping content in flash.
- hiten0
bump!
- StratusGD0
Go read Evictive's response. Flash always forces itself to the top layer.A place I was in-house at a couple years ago had the same issue with flash elements moving over the DHTML menus.
Their solution was to use a script to swap the SWF with a JPG whenever you rolled over the menu on a PC... on a Mac, for whatever reason, it never worked, so the solution was simply to kill the dropdown on that page.
- jevad0
param name=wmode value="opaque"
Hhahahaha
- jevad0
"Go read Evictive's response. Flash always forces itself to the top layer."
I bet to differ
http://www.nictinworth.com/hkpho…
Div menus over a flash movie.
Set wmode to 'transparent' and your woes are over.
Though it's a bit buggy in safari
- jevad0
ah also - z-index the flash to to 1 and z-index the menus divs to 100
- StratusGD0
//"Go read Evictive's response. Flash always forces itself to the top layer."
I bet to differ//
jevad
(Aug 4 05, 20:28)If you're wrong, you're wrong. And I, sir, am wrong. (Then again, the site I referred would be about 2 1/2 years old by now)... hooray for old. maybe it was an issue with the navs being table-based, not DIVs?
- hiten0
thx i had the transparent thing at first then changed it cause of the suggestion i changed it back and made the zindex numbers more of an extreme different seems to work in everything but IE from what my friend on mac says
thx jevad