[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: > > > > and add the following to the

[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 embededflashobje

[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-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? > >

[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: and add the following to the wmode="transparent" so this will be your full code for embedding your Flash movie... http://download.macromedia.com/p