slaughters
08-11-2008, 11:27 AM
I can not figure out why a simple page I'm puttjng together will not position it's main content in the center of the page:
http://www.stansight.com/vb/index2.html
I'm using the below CSS for the main page container:
#Container {
margin: 0 auto;
width: 1000px;
}
(full css here: http://www.stansight.com/vb/vb.css)
Works in Firefox, but why is it not centering in IE7 ?
http://www.stansight.com/vb/index2.html
I'm using the below CSS for the main page container:
#Container {
margin: 0 auto;
width: 1000px;
}
(full css here: http://www.stansight.com/vb/vb.css)
Works in Firefox, but why is it not centering in IE7 ?