Código:
h1 { float: right; background-color: Green; text-indent: -9999px; width: 780px; height: 98px; background: url(../imagenes/header.jpg); margin: 0; padding: 0; position: relative; z-index: 1; } #contenedor div.pelicula_header { width: 780px; background: Lime; height: 98px; position: relative; z-index: 2; top: -98px; left: 0; margin: 0; padding: 0; }
Código HTML:
<h1>Header</h1> <div class="pelicula_header"> <OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" WIDTH="780" HEIGHT="98" id="cuadritos" ALIGN=""> <PARAM NAME=movie VALUE="flash/cuadritos.swf"> <PARAM NAME=quality VALUE=high> <PARAM NAME=wmode VALUE=transparent> <PARAM NAME=bgcolor VALUE=#FFFFFF> <EMBED src="flash/cuadritos.swf" quality=high wmode=transparent bgcolor=#FFFFFF WIDTH="780" HEIGHT="98" NAME="cuadritos" ALIGN="" TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer"></EMBED> </OBJECT> </div>
Cualquier sugerencia es bien recibida