http://www.users.muohio.edu/pampusrm/Cleanseal/ is the site i'm working on
I have width: 900px; because I want the width of the body element to be 900px. It works fine in netscape, mozilla, etc but not in IE, why is that?
body{
width: 900px;
margin: 15px auto;
font-family: verdana;
font-size: 12px;
height: 800px;
}
I have width: 900px; because I want the width of the body element to be 900px. It works fine in netscape, mozilla, etc but not in IE, why is that?
body{
width: 900px;
margin: 15px auto;
font-family: verdana;
font-size: 12px;
height: 800px;
}