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" /> > > and add the following to the <embed src=...> > > wmode="transparent" > > so this will be your full code for embedding yourFlashmovie... > > <object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" > codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/ > swflash.cab#version=9,0,0,0" width="500" height="420" id="index" > align="middle"> > <param name="allowScriptAccess" value="sameDomain" /> > <param name="allowFullScreen" value="false" /> > <param name="movie" value="index_low.swf" /> > <param name="quality" value="high" /> > <param name="bgcolor" value="#ffffff" /> > <param name="wmode" value="transparent" /> > <embed src="index_low.swf" width="500" height="420" autostart="false" > quality="high" bgcolor="#ffffff" wmode="transparent" name="index" > align="middle" allowScriptAccess="sameDomain" allowFullScreen="false" > type="application/x-shockwave-flash" > pluginspage="http://www.macromedia.com/go/getflashplayer"> > </object> > > On Oct 9, 6:50 am, Mark <[EMAIL PROTECTED]> wrote: > > > Hi Joel, > > > I am usingsuperfishon a page with an embededflashobject, the menu > > displays behind theflash. Do you know a way to make it show in front > > of theflashobject? > > > See an example of what I mean > > here.http://www.newportmirage.com.au/files/VirtualTour/low/virtual-tour-lo... > > > I have upgraded to jquery 1.2.1 andsuperfish1.3.1, however my style > > sheet is a modified version of an earlier vertical example (has it > > been modified for 1.3.1?). > > > Thanks > > Mark