Not signed in (Sign In)

Vanilla 1.0.3 is a product of Lussumo. More Information: Documentation, Community Support.

  1.  
    Hello,
    I just added a swfobject to my site in place of a static image. My css suckerfish pulldown menu now displays behind the swfobject on IE windows, and occasionally on safari and firefox mac. I don't really want to go back and change everything to absolute positions and implement z-index. Any other ways of getting it to work properly?

    http://www.wallfischdesigns.com/wfwc/index.html

    Thanks!
    • CommentAuthorphilip
    • CommentTimeJan 3rd 2008 edited
     
    in most cases you don't need to use absolute positioning. you can just set the wmode in SWFObject and the z-index in the CSS. see http://pipwerks.com/lab/swfobject/#zindex (note there is no absolute positioning in the example).

    - philip
  2.  
    Yes! Thank you. All is well now.