здравейте, опитвам се от няколко часа да си наместя дизайна, но все спънки с тоя IE6, 8. Всичко друго що годе е фиксирано на място, но тоя експолорер не се намества.
това ми е индекса:
а това css
това ми е индекса:
Код:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1251">
<link rel="stylesheet" type="text/css" href="style.css">
<title>Untitled Document</title>
</head>
<body marginheight="0" marginwidth="0">
<div id="header"></div>
<div id="top"></div>
<div id="footer"></div>
</body>
</html>
а това css
Код:
body {
background-color:#441c0f;
font-size: 12px;
color: #cccccc;
font-family: Verdana, Arial, Helvetica, sans-serif;
background-image: url(img/bg.jpg);
background-repeat: no-repeat;
}
#header {
background:url(img/header.jpg) no-repeat;
height:293px;
margin:0px 0px 0px 142px;
padding:0px;
}
#top {
background:url(img/top.jpg) no-repeat;
width:992px;
height:595px;
margin:0px 0px 0px 142px;
padding:0px;
}
#footer {
background:url(img/footer.jpg) no-repeat;
width:992px;
height:72px;
margin:0px 0px 0px 142px;
padding:0px;
}