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?
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).