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

Problems with Flash object i.c.m. Javascript menu

Status
Not open for further replies.

arbmil

IS-IT--Management
Mar 25, 2005
7
NL
I'm using a Javascript menu. My target is a inline frame. When I connect to a external site with Flash objects then I lose some parts of my menu. Can somebody tell me how I can fix that.

Look at en choose than FIETSEN and submenu LOEKIE then you can see what my problem is.

Thanks

Wil
 

If you put your menu in an iframe as well as the content, give it a transparent background, and a higher z-index than the content iframe, that should resolve your problem.

Hope this helps,
Dan


[tt]D'ya think I got where I am today because I dress like Peter Pan here?[/tt]

 
Dan,
Must I in one page place two iframe and place in one en the content in the other. Whats the value for a transparent background? The Z-index are 1000, must i make that higher?
 

The two iframes elements must be siblings for the z-index to work correctly.

The z-index can be whatever you like, as long as the menu iframe has a higher z-index than the content iframe.

As for the transparent background, I would use this syntax to cover all bases:

Code:
<iframe style="background-color:transparent;" allowtransparency="true">

Hope this helps,
Dan


[tt]D'ya think I got where I am today because I dress like Peter Pan here?[/tt]

 
Dan,

I try what you describe, but by me it doesn't work. Or I make some mistakes or I don't understand it. :)
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top