Thu, 2004-03-25 19:18
Hey guys,
I'm working on a new site and it doesn't display properly in IE. I was hoping someone had some insight into this problem. Could it be the box model hack isn't working properly?
Any help is greatly appreciated.
http://www.wwnorton.com/college/titles/students/redesign.htm
Fri, 2004-03-26 18:08
#1
IE bug
Hi
In body style put:
text-align:center;
In container change margin:0 auto; to
margin:0;
margin-left:auto;
margin-right:auto;
text-align:left;
IE Mac needs the separate margin-left/margin-right
IE Win needs the body text-align, and then reset to normal in the container
Was that the problem you had?
Trevor
Mon, 2004-03-29 16:08
#2
nice
thanks a lot, treva. not only did that fix the problem i was having in IE win, but know that I know that, I was able to fix a lot of other little things.