Ver Mensaje Individual
  #3 (permalink)  
Antiguo 16/01/2010, 09:13
Sairox
 
Fecha de Ingreso: julio-2004
Mensajes: 323
Antigüedad: 19 años, 8 meses
Puntos: 1
Respuesta: Problemas entre navegadores

ok amigo Aqui les dejo el codigo. si le meto lo de los hacks que dices no desconfigura los otros navegadores?
soy nuevo en esto jeje no se burlen del code xD
<html>

<head><script type="text/javascript" src="flashobject.js"></script>
<script type="text/javascript" src="center.js"></script>


<style type="text/css">
<!--
.swfcentro {
position: absolute;
top: 1%;
left: 51%;
}
-->
</style>



<style type="text/css">
<!--
.pnggoogle {
position: absolute;
top: 10%;
left: 47%;
}

.pngsairox {
position: absolute;
top: 10%;
left: 69%;
}

.marq {
position: absolute;
top: 23%;
left: 42%;
}

.texto {
position: absolute;
top: 1%;
left: 20%;
font-size: 16pt; color: white;
}
.texto2 {
position: absolute;
top: 5%;
left: 8%;
}
-->
</style>




</head>



<body onload="AdjustMenu()" onresize="AdjustMenu()">



<div style="position:relative; width:*; height:*; background-image:url(top.png); background-repeat:no-repeat; background-attachment:none; background-position:'center top';">

<MARQUEE class="marq" height="50" width="540"BEHAVIOR=ALTERNATE> <IMG height="50" SRC="Imagen3.PNG"></MARQUEE>

<IMG height="90" width="240" SRC="Imagen1.PNG" class="pnggoogle">
<IMG height="90" width="240" SRC="Imagen2.PNG" class="pngsairox">


<div id="center_menu_id" class="swfcentro"></div>
<script type="text/javascript">
var fo = new FlashObject("nwby.swf","center_menu","450","65","6 ","#C0C0C0");
fo.addParam("menu","false");
fo.addParam("quality","best");
fo.addParam("salign","LT");
fo.addParam("scale","noscale");
fo.addParam("wmode", "transparent");
fo.write("center_menu_id");
contenedor.loadMovie("nwby.swf");
contenedor._x = 100;
contenedor._y = 100;

</script>
<div style="position:relative; width:*; height:*; background-image:url(info.PNG); background-repeat:no-repeat; background-attachment:none; background-position:'center top';absolute; top: 220;">

<Label class="texto">

HOLAAAAAAAA<p>
</label>

<label class="texto2">
HOLAHOLAHOLAHOLA
</label>



<div style="position:relative; width:*; height:400;background-image:url(down.PNG); background-repeat:repeat-y; background-attachment:none; background-position:'center top';absolute; top: 375;">




</div>
</div>
</div>

<BR><BR><BR><BR><BR><BR><BR><BR><BR><BR><BR><BR><B R><BR><BR><BR><BR><BR><BR><BR>





</html>

Última edición por Sairox; 16/01/2010 a las 09:32