[css-d] mozilla width problem

2007-07-23 Thread Melinda Odom
Hi,

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.

The width is 940 for the whole site.

Thanks!

Sincerely,
Melinda Odom
Design Hosting, Inc.
www.designhosting.biz
479-471-0891



No virus found in this outgoing message.
Checked by AVG Free Edition. 
Version: 7.5.476 / Virus Database: 269.10.14/912 - Release Date: 7/22/2007
7:02 PM
 
__
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/

Re: [css-d] mozilla width problem

2007-07-23 Thread David Dorward
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 
__
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/