On 24/07/07, Melinda Odom <[EMAIL PROTECTED]> wrote:
> I'm having a problem with this php store and getting the center lined up in
> mozilla and firefox:
> http://www.lookatmebaby.com/index.php
> IE7 looks ok.

You have a Doctype that triggers Quirks mode and causes IE to put
padding inside the width instead of between the width and the border.

http://css-discuss.incutio.com/?page=RenderingMode

You also have syntax errors:

http://validator.w3.org/check?verbose=1&uri=http%3A%2F%2Fwww.lookatmebaby.com%2Findex.php

And are abusing tables for layout (nested tables for that matter).

I suggest dealing with those issues first (the width issue is very
likely related to them)

-- 
David Dorward <http://dorward.me.uk><http://blog.dorward.me.uk>
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7 information -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to