Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Flash takes focus over CSS dropdown menu 1

Status
Not open for further replies.

benniesanders

Programmer
Joined
Jan 20, 2002
Messages
199
Location
US
Greetings,

Flash and CSS are relatively new to me, but here goes... I have an entry page with a CSS dropdown menu at the top and a flash splash below it. When a visitor hovers over the CSS menu items, some have additional items in the dropdowns. On the flash splash screen, the items in the dropdown are hiding behind the flash object. Is there a way to make the CSS dropdown menu take focus over the flash object? Many thanks in advance for any ideas.
 
This is an issue that designers have been dealing with for years. It's something Adobe should be working on, but it has to do with the swf itself. I know i've tried using z-index and I even tried putting the flash inside an iframe and it still didn't help. I'm pretty sure someone out there knows a fix for it, but I think it's rather hard to find.
 
It is the problem with the z-index and the flash element is given a higher z-index than other elements, because it works like an applet -- it is not a html element it is a replaced element from somewhere else. Here's one blog telling you a possible way to solve it:
 
Unbelievable, Vragabond. The fix in that link you posted worked like a charm. And with the same "wmode="transparent" code inside the <embed> tag, it works great in Netscape, as well.

MANY, MANY thanks for your help!!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top