Ver Mensaje Individual
  #1 (permalink)  
Antiguo 28/02/2009, 20:00
Avatar de DoPeY-BBS
DoPeY-BBS
 
Fecha de Ingreso: octubre-2005
Ubicación: Santo Domingo, Dominican Republic, Dominican Republic
Mensajes: 574
Antigüedad: 18 años, 5 meses
Puntos: 12
Tengo problema con el centrado

Tengo un problema con el centrado tanto en IE como en firefox y no se cual puede ser el problema.

Código HTML:
hhtml, body {
     margin: 0;
     padding: 0;
     height: 100%;
	 font-family: "Times New Roman", Times, serif;
	 font-size: 1em;
}

#contenedor {
	margin: 0px auto;
	height: 100%;
	width: 100%;

}
<body>
<!--Envolver todo el website-->
<div id="contenedor">
<!-- Encabezado/Header -->
<div id="encabezado"><img src="imagenes/header.jpg" title="Soluciones Web" alt="Soluciones Web" width="940" height="234"></h1>
</div>
__________________
http://www.htmldog.com/HTML, CSS, and JavaScript,

http://tutorialphp.net/
Aprende PHP en 12 capítulos