Click to See Complete Forum and Search --> : Problems with IE7 - firefox and IE6 working ok


chickengirl1
10-02-2007, 05:06 PM
I have been working on a site for my local primary school - it was orginally created using style sheets and created using HTML code.

I have continued to add new pages to this site without a problem until IE7 - some of the pages now do not display properly which is causing big problems.

Anybody have any ideas how to fix this?

Screenshots attached

Thanks for your help

:eek:

Centauri
10-05-2007, 08:57 AM
When going through the list of 209 validation errors (http://validator.w3.org/check?uri=http%3A%2F%2Fwww.bowerham.lancsngfl.ac.uk%2Fstaff.htm&charset=%28detect+automatically%29&doctype=Inline&group=0), the most serious is the multiple instances of repeated id names - an id can only be used once per page. If you need multiple names, use classes instead. The xml declaration before the doctype will also throw IE into quirks mode - make sure the doctype is the first thing in the document.