Ver Mensaje Individual
  #1 (permalink)  
Antiguo 03/08/2008, 05:02
Aemc
 
Fecha de Ingreso: agosto-2008
Mensajes: 1
Antigüedad: 15 años, 8 meses
Puntos: 0
Pregunta Ayuda con divs

Tengo un problema con las divs en absoluto ya que las coloco en el editor web de una forma y cuando las quiero visualizar en un navegador (ya sea firefox o IE ) se ve mal :S

Me gustaria que se viera bien para ambos navegadores y que las divs en absoluto (alineacion centrada) esten como las coloque en el editor web (Dreamweaver).

Cita:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<title>PlanetaHabbo ~ Viajando a trav&eacute;s de tus P&iacute;xeles</title>
<style type="text/css">
<!--
body {
background-image: url(http://planetahabbo.vndv.com/images/home/fondo.png);
background-repeat: no-repeat;
background-attachment: fixed
}
#Layer1 {
position:absolute;
width:237px;
height:115px;
z-index:1;
top: 195px;
left: 53px;
}
-->
</style>
</head>

<body>
<div align="center"><img src="http://planetahabbo.vndv.com/images/home/banner.gif" width="890" height="151"><img src="http://planetahabbo.vndv.com/images/home/upbar.gif" width="890" height="28"><img src="http://planetahabbo.vndv.com/images/home/medium.gif" width="890" height="76"><img src="http://planetahabbo.vndv.com/images/home/medium.gif" width="890" height="76"><img src="http://planetahabbo.vndv.com/images/home/medium.gif" width="890" height="76"><img src="http://planetahabbo.vndv.com/images/home/medium.gif" width="890" height="76"><img src="http://planetahabbo.vndv.com/images/home/medium.gif" width="890" height="76"><img src="http://planetahabbo.vndv.com/images/home/medium.gif" width="890" height="76"><img src="http://planetahabbo.vndv.com/images/home/medium.gif" width="890" height="76"><img src="http://planetahabbo.vndv.com/images/home/medium.gif" width="890" height="76"><img src="http://planetahabbo.vndv.com/images/home/medium.gif" width="890" height="76"><img src="http://planetahabbo.vndv.com/images/home/downbar.gif" width="890" height="28"></div>
<div id="Layer1" align="center"><img src="http://planetahabbo.vndv.com/images/home/forosbutton.gif" width="189" height="126"></div>
</body>
</html>
Ese es el codigo de mi web.
Por favor ayuda.

Última edición por Aemc; 03/08/2008 a las 13:25