On 03/11/2007, Olivier Percebois-Garve <[EMAIL PROTECTED]> wrote: > You definitely need to include bgiframe, because without you have errors, > and therefore the swfobject code cannot run.
...or remove the code that applies bgiframe to Superfish completely, and don't include the bgiframe plugin. It seems that you may not be needing it in this case. To sum up: do add the swfObject code necessary to trigger wmode transparent (see the swfObject docs to find out how), and also make sure you are adding z-index to all the elements involved. Often you need to add z-index to parent elements also - especially to avoid IE6 z-index bugs. Of course, everything you set z-index on also needs to be positioned - position:relative is often the easiest way to ensure that. Joel Birch.