Re: [css-d] Problems with IE doing centered layout

2006-05-17 Thread Jade Rauenzahn
I'm not sure if IE will allow you to set a width on the body element. It's best to just make a container div to create that fixed width box, and I would think that would fix the problem. -Jade Rauenzahn On 5/17/06, Deprived One [EMAIL PROTECTED] wrote: I am trying to use css to do the layout

Re: [css-d] Problems with IE doing centered layout

2006-05-17 Thread Dave Goodchild
I am trying to use css to do the layout on http://www.centralmiss.com/accesscontrolgroup/index.html and most everything seems correct in firefox, but IE is not creating the box I desire at all. Agreed - use a container div with a fixed width. Also, try and keep your css file naming

Re: [css-d] Problems with IE doing centered layout

2006-05-17 Thread Deprived One
Thank you for the input. Changing it up to use a containing div seems to have taken care of the problem. Now to go poke around at the other little issues. Jay Jade Rauenzahn wrote: I'm not sure if IE will allow you to set a width on the body element. It's best to just make a container div to

Re: [css-d] Problems with IE doing centered layout

2006-05-17 Thread David Laakso
Deprived One wrote: I am trying to use css to do the layout on http://www.centralmiss.com/accesscontrolgroup/index.html and most everything seems correct in firefox, but IE is not creating the box I desire at all. CSS can be found at