Това ми е цсс-а :
А това html-а :
Под всички браузери са перфектно, но под IE се разместват.
Как да го фиксна ?
Код:
BODY {
background-color:#c0c0c0;
margin:0px;
text-align:center;
}
div.site {
position:ab;
width:800px;
background-color:#FCFCFC;
height:100%;
}
div.header {
float:left;
margin-left:30px;
padding-left:10px;
text-align:left;
border:1px dotted;
border-color:#B4B4B4;
width:250px;
font-size:13px;
color:#a0a09f;
font-family:FixedSys;
}
div.bigheader {
float:right;
margin-right:30px;
padding-left:10px;
text-align:left;
border:1px dotted;
border-color:#B4B4B4;
width:420px;
font-size:13px;
color:#a0a09f;
font-family:FixedSys;
}
А това html-а :
Код:
<body><center>
<div class='site'>
<img src='images/header.gif'>
<div class='header'>
›› News ‹‹
</div>
<div class='bigheader'>sad</div>
<br style='clear:both' />
</div>
</html>
Как да го фиксна ?