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%;
}