SWFObject and positioning
问题 How can I specifically position the flash element embeded using SWFObject please? Moving it's container DIV around with absolute positioning and top and bottom set doesn't seem to work. Thank you. 回答1: @Francisc: Try -- <div id="container-div-with-the-positioning-rules"> <div id="flash-to-be-replaced"> Your alternate content if the user doesn't have Flash installed </div> </div> Please note , this might not be the most elegant solution since it's adding an additional <div> , but having had