CSS Menue hides behind i-Frame

Hi!
My website works perfect in safari & firefox, but on a PC seen with explorer or opera, the css menu hides behind the i-frame, when a flash website is loaded into it. I changed the z-index, with no effort. It seems to change the layer position, so that the i-frame comes one level up.

www.foxandraven.com
→ photography, then choose a project at the left side.
when you want to choose an other project, the i-frame all ready hides the css menu.

First i thought about fading out the i-frame layer on mouse over at the menu, but that´s not possible because the i-frame allows no actions added.

Thank´s for Helping out here, it´s very important for me, clients all ready complained about it.


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

Hi Raff,

Unfortunately, because you’re referencing external files containing custom code there’s no way to do this in Freeway. There’s also no guarantee that this will work, but try the following:

Open up the gallery HTML file in a text editor such as TextWrangler http://www.barebones.com and look for some text that reads:

fo.addVariable…

You basically need to add another of these after any of the existing lines that start with that:

fo.addVariable(“wmode”, “transparent”);

The contents of the script tag that I’m looking at right now (Alpinikum) should end up like this:

var fo = new SWFObject("viewer.swf", "viewer", "100%", "100%", "7", "#CCCCCC");	
	fo.addVariable("preloaderColor", "0xffffff");
	fo.addVariable("xmlDataPath", "gallery.xml");	
	fo.addVariable( "langOpenImage", "Bild in neuem Fenster öffnen" );
	fo.addVariable("langAbout", "Info");	
	fo.addVariable("wmode", "transparent");
	fo.write("flashcontent");

Once you’ve changed them all upload them and see if it helps.

Joe

On 16 Mar 2010, at 09:15, Raff wrote:

Hi!
My website works perfect in safari & firefox, but on a PC seen with explorer or opera, the css menu hides behind the i-frame, when a flash website is loaded into it. I changed the z-index, with no effort. It seems to change the layer position, so that the i-frame comes one level up.

www.foxandraven.com
→ photography, then choose a project at the left side.
when you want to choose an other project, the i-frame all ready hides the css menu.

First i thought about fading out the i-frame layer on mouse over at the menu, but that´s not possible because the i-frame allows no actions added.

Thank´s for Helping out here, it´s very important for me, clients all ready complained about it.


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

Hi Joe,

i changed the alpinikum as seen, but it´s not working. i also tried to outfox the i-frame with copying and pasting into a html box - putting the html box not on an layer. it´s not working at all… are there any other creative solutions??

Thanks, Raffael.


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options