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 IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

frame busting / crossing help?

Status
Not open for further replies.

greengrassbrian

Technical User
Mar 26, 2004
33
US

big emergency....i developed a flash animation for a web developer, but it needs to be placed under a drop down menu done with Dhtml or javascript...

anyway, the drop down menu won't drop over the flash file...i believe what needs to happen here is called framebusting or framecrossing...anyone know how to do it, and if it will work for all browser types?

many thanks!!
 
that seems to certainly work if I want dhtml content to be visible under the flash, but is it possible to make the dhtml or javscript menu drop down on top of the flash plugin content?
 
I've never tried this but it sounds like it should work...

Put your flash movie in an HTML div tag and give it a negative layer value with CSS. Theoretically, this should place the flash movie beneath other content on the site.

There's always a better way. The fun is trying to find it!
 
that sounds good....how exactly is that done?.....i'm not programming the html, so i'm having to forward any ideas....
 
Something like this:

Code:
<div style="z-index:-1">
<embed> your flash movie </embed>
</div>

There's always a better way. The fun is trying to find it!
 
thanks for all the help....i'll see if i can get it to work......does anyone know of any actual websites that i can use as examples?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top