al_im
Новичок
Дата регистрации:
20.05.2012 18:25:19
Сообщений: 16
Вот CSS код:
div#footer {
position: static;
width: 100%;
height: 5%;
align: left;
vertical-align: center;
border: 1px;
}
div#header {
height: 30%;
width: 100%;
position: static;
vertical-align: center;
align: center;
border: 1px;
}
div#content {
height: 65%;
width: 100%;
position: static;
vertical-align: top;
align: left;
border: 1px;
}
body {
padding: 0;
margin: 0;
position: relative;
}
div#menu {
height: 300;
width: 200;
border: 1;
position: absolute;
}
a:link {
text-decoration: none;
color: gray;
}
a:activate {
text-decoration: none;
color: lightgray;
}
a:visited {
text-decoration: none;
color: gray;
}
Вот код HTML:
<html>
<head>
<meta http-equiv = "Content-type" content = "text/html; charset = windows-1251">
<link rel="stylesheet" type="text/css" href="styles.css">
<meta name = "robots" content = "index,follow">
</head>
<body>
<div id="header">1</div>
<div id="content">1</div>
<div id="footer">1</div>
</body>
</html>
Мне нужно что бы сначала шёл первый блок "header", потом "content", а в самом низу "footer", но вместо моих ожиданий, он мне выдает вот это:
http://savepic.su/2174604.htm
браузер - Firefox 13.0.1.
Заранее спасибо за ответ.
С уважением Алим Иманмалик.