Hi guys
i am having a problem with center alignment .
it works fine in mozilla firefox but not in Ie?
Code:
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: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; }



Reply With Quote

Bookmarks