mikee.jk
02-27-2008, 12:41 PM
Hi guys
i am having a problem with center alignment .
it works fine in mozilla firefox but not in Ie?
Code:
<html>
<link rel="stylesheet" href="style.css">
<body>
<div id="container">
<div id="layout">
<div id="header">
mike
</div>
</div>
</div>
</body>
</html>
Code:
*{
margin:0;
padding:0;
}
#container{
width:100%;
background-color:#dfd;
height:100%;
}
#layout{
width:800px;
background-color:#fc9;
margin:0px auto;
}
#header{
width:800px;
background-color:#ddd;
height:150px;
}
i am having a problem with center alignment .
it works fine in mozilla firefox but not in Ie?
Code:
<html>
<link rel="stylesheet" href="style.css">
<body>
<div id="container">
<div id="layout">
<div id="header">
mike
</div>
</div>
</div>
</body>
</html>
Code:
*{
margin:0;
padding:0;
}
#container{
width:100%;
background-color:#dfd;
height:100%;
}
#layout{
width:800px;
background-color:#fc9;
margin:0px auto;
}
#header{
width:800px;
background-color:#ddd;
height:150px;
}