Código HTML:
#header2{/*Este div es el que tiene incrustado el flash*/ width: 983px; height: 130px; background: none; margin: -130px 0 0 0; position: relative; z-index: 1; } #header{/*Este div deberia quedar encima del flash*/ width: 985px; height: 155px; margin: 0px 0 0 0; background: url(imagenes/cabecera.png) no-repeat; position: absolute; z-index: 2; }
Código HTML:
<div id="header"> </div> <div id="header2"> <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="985" height="110"> <param name="movie" value="./tema/online/swf/cabecera.swf" /> <param name="quality" value="high" /> <param name="wmode" value="transparent" /> <embed src="./tema/online/swf/cabecera.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="985" height="110"></embed> </object> </div>