Файл index:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "www.w3.org/TR...nsitional.dtd"> ( www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd%22%3E )
<html xmlns="www.w3.org/1999/xhtml"> ( www.w3.org/1999/xhtml%22%3E )
<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1251" />
<link rel="stylesheet" type="text/css" href="style.css" />
<title>index</title>
</head>
<body>
<div class="site">
<div class="baner1">
</div>
<div class="head">
</div>
</div>
</body>
</html>
файл style.css
/* CSS Document */
*{
padding:0; margin:0 auto;
}
body{
background: url(images/fon.jpg) repeat;
width:100%;
height:100%;
}
.site{
width:1100px;
background:#00FF33;
outline:1px solid #FFFFCC;
height:1500px;
margin: 20px auto;
}
.baner1{
height: 80px;
border:1px solid #FFFFCC;
background: url(images/baner 1.png) center no-repeat;
}
Что я не правильно прописал??
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "www.w3.org/TR...nsitional.dtd"> ( www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd%22%3E )
<html xmlns="www.w3.org/1999/xhtml"> ( www.w3.org/1999/xhtml%22%3E )
<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1251" />
<link rel="stylesheet" type="text/css" href="style.css" />
<title>index</title>
</head>
<body>
<div class="site">
<div class="baner1">
</div>
<div class="head">
</div>
</div>
</body>
</html>
файл style.css
/* CSS Document */
*{
padding:0; margin:0 auto;
}
body{
background: url(images/fon.jpg) repeat;
width:100%;
height:100%;
}
.site{
width:1100px;
background:#00FF33;
outline:1px solid #FFFFCC;
height:1500px;
margin: 20px auto;
}
.baner1{
height: 80px;
border:1px solid #FFFFCC;
background: url(images/baner 1.png) center no-repeat;
}
Что я не правильно прописал??