[jQuery] Re: Superfish embed flash object

2007-10-10 Thread Joel Birch
I messed around with that page in with Firebug and added an attribute to the generated embed tag like so: style=position:relative;z-index:0; and this fixed the issue, even without changing the wmode attribute. Maybe add this to your CSS: embed, object { position: relative; z-index: 0;

[jQuery] Re: Superfish embed flash object

2007-10-10 Thread Mark
Thanks for the advice, works perfectly. Cheers Mark On Oct 10, 3:57 am, brianfidler [EMAIL PROTECTED] wrote: I don't believe this has anything to do withSuperfishor jQuery. Try adding the following code to your HTML where yourFlashmovie is embedded: param name=wmode value=transparent /

[jQuery] Re: Superfish embed flash object

2007-10-10 Thread Mark
Thanks for the advice, it working now. Cheers Mark On Oct 10, 3:50 am, cbs1918 [EMAIL PROTECTED] wrote: For your embededflashobject set your wmode to transparent. On Oct 9, 9:50 am, Mark [EMAIL PROTECTED] wrote: Hi Joel, I am usingsuperfishon a page with an embededflashobject, the menu

[jQuery] Re: Superfish embed flash object

2007-10-09 Thread cbs1918
For your embeded flash object set your wmode to transparent. On Oct 9, 9:50 am, Mark [EMAIL PROTECTED] wrote: Hi Joel, I am using superfish on a page with an embeded flash object, the menu displays behind the flash. Do you know a way to make it show in front of the flash object? See an

[jQuery] Re: Superfish embed flash object

2007-10-09 Thread brianfidler
I don't believe this has anything to do with Superfish or jQuery. Try adding the following code to your HTML where your Flash movie is embedded: param name=wmode value=transparent / and add the following to the embed src=... wmode=transparent so this will be your full code for embedding your