Ver Mensaje Individual
  #4 (permalink)  
Antiguo 08/07/2008, 17:59
Avatar de Mikmoro
Mikmoro
Colaborador
 
Fecha de Ingreso: octubre-2006
Ubicación: K-pax
Mensajes: 7.228
Antigüedad: 17 años, 6 meses
Puntos: 280
Respuesta: Duda layer de lado a lado

Ahí hay un pequeño problema: quedará un espacio en la parte superior. Mejor ponerlo así:

Cita:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title></title>
<style type="text/css">
* {margin:0;padding:0}
#header{background:#666;}
</style>
</head>
<body>
<div id="header">
<h1>Título</h1>
</div>
</body>
</html>
Mikel.

Última edición por Mikmoro; 09/07/2008 a las 02:13