[css-d] Wrapper won't center in IE

2005-05-31 Thread Linda Dunn
This one is really driving me nuts, because I do this all the time and 
it usually works fine -- why won't my divWrapper center in IE?


http://www.seafoodlab.cmast.ncsu.edu/index.html

linda


--
Linda Dunn
Purplegenie Design {web+graphics}
[EMAIL PROTECTED]
252.422.9393
__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


Re: [css-d] Wrapper won't center in IE

2005-05-31 Thread Pactum web services


From: Linda Dunn [EMAIL PROTECTED]
To: CSS-d List css-d@lists.css-discuss.org
Sent: Tuesday, May 31, 2005 2:51 PM
Subject: [css-d] Wrapper won't center in IE


This one is really driving me nuts, because I do this all the time and it 
usually works fine -- why won't my divWrapper center in IE?


http://www.seafoodlab.cmast.ncsu.edu/index.html


Give text-align: center; to the body selector. IE doesn't handle auto 
margins properly.


tim

Tim Gallant
http://www.pactumgroup.com

Basic tutorials: http://www.pactumgroup.com/tutorials/
Web dev FAQs: http://www.pactumgroup.com/tutorials/faq.php
Techblog: http://www.pactumgroup.com/techblog
** 



__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


Re: [css-d] Wrapper won't center in IE

2005-05-31 Thread David Laakso
On Tue, 31 May 2005 16:51:46 -0400, Linda Dunn [EMAIL PROTECTED]  
wrote:
This one is really driving me nuts, because I do this all the time and  
it usually works fine -- why won't my divWrapper center in IE?

http://www.seafoodlab.cmast.ncsu.edu/index.html
linda

Add text-align: center; to body.
Regards,
David Laakso
--
http://www.dlaakso.com/

__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


Re: [css-d] Wrapper won't center in IE

2005-05-31 Thread David Dorward
On 5/31/05, Linda Dunn [EMAIL PROTECTED] wrote:
 This one is really driving me nuts, because I do this all the time and
 it usually works fine -- why won't my divWrapper center in IE?
 
 http://www.seafoodlab.cmast.ncsu.edu/index.html

Your XML prolog is putting MSIE into quirks mode. 
http://dorward.me.uk/www/centre/#ie

-- 
David Dorward http://dorward.me.ukhttp://blog.dorward.me.uk
__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/