From: Michael Kear > My new site is not displaying correctly in IE6, > but working fine in Firefox > http://incheckdb.com <http://incheckdb.com/> > The "Around the site" box at the bottom should be almost touching > the left side underneath the main nav menu (and it does in Firefox) > but doesn't. > page: http://incheckdb.com <http://incheckdb.com/ > style sheet: http://dev.hgsa/css/hgsaHomePage.css
Mike, You really should validate the page and correct the errors before proceeding to troubleshooting. You've got some weird stuff going on with paragraphs, some munged meta alements and a closing div tag after your closing html tag. Also you've used ul id="navlist" in the problem area, but haven't defined that id in your css that I can see. -- Peter Williams ****************************************************** The discussion list for http://webstandardsgroup.org/ See http://webstandardsgroup.org/mail/guidelines.cfm for some hints on posting to the list & getting help ******************************************************
