Ver Mensaje Individual
  #3 (permalink)  
Antiguo 27/02/2009, 09:26
scorpionhack
 
Fecha de Ingreso: noviembre-2007
Mensajes: 229
Antigüedad: 16 años, 5 meses
Puntos: 0
Respuesta: Hacer que lacabecera esté arriba del todo...

sigue sin funcionar ahora en el css tengo esto...

no teneis alguna idea de que puede ser... el codigo html es asi...

GRACIAS


Código HTML:
"<!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>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Administrador De Disco Duro</title>

<link rel='stylesheet' href='css/trekstor.css?nc' type='text/css'>

</head>
<body> 
<div id='body'>	
<div id='cabecera'>
</div></div></body>
</html> 


Código:
body {
	padding:0;
	margin:0;
padding:0;
	background-image:url(../img_desing/fondo.jpg);
	background-repeat: repeat-x;
	background-color: #0d212a;
	font-family:"Trebuchet MS";
	font-size: 14px;
	color: #555555;
	
	

	
}

#cabecera {
	width: 908px;
    height:190px;
	margin:0px auto 0px;
    padding:0px;
	background-image:url(../img_desing/header.png);
	background-repeat: no-repeat;
	clear:both;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
    border-top: dotted #999 0px;
	top:0%;
	
}

Última edición por scorpionhack; 27/02/2009 a las 09:34