Como hago para mandar el DIV don el fondo hacia atras y la swf hacia adelante?
el codigo css que puse es este (flash content es el flash y BG es el fondo):
Código CSS:
Ver original
#flashContent { width:100%; height:100%; margin-right: auto; margin-bottom: auto; margin-left: auto; text-align:center; z-index: 1; } #bg { position:fixed; top:-50%; left:-50%; width:200%; height:200%; z-index: 1; }