[WSG] errant left-alignment

2005-02-28 Thread Devendra Shrikhande
Hello As I work my way through my first non-table layout, I've run into a small quandary. The complete display and CSS-based navigation menu shows up left-aligned in IE55 PC. All is well in FF. The HTML and CSS have been validated. The test page: http://www.shrikhande.us/CSSPage/index1.htm

Re: [WSG] errant left-alignment

2005-02-28 Thread John D Wells
You'll need to align the text of the body to be centered, and align the text back to left within your wrapper div: body { margin: 10px 0 10px 0; padding:0; background-color:#FFF; color:#000; min-width:750px;

RE: [WSG] errant left-alignment

2005-02-28 Thread Devendra Shrikhande
. #dss# -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of John D Wells Sent: Monday, February 28, 2005 12:59 PM To: wsg@webstandardsgroup.org Subject: Re: [WSG] errant left-alignment You'll need to align the text of the body to be centered, and align