IE Problems

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • DougPeters
    New Member
    • Sep 2007
    • 1

    IE Problems

    I have a page written in html and css that works fine in FF but does not in IE. I was wondering if someone could take alook at the page and if needed the css files to see what is making IE do this to me. It is for a client of mine and I am getting frustrated with it.

  • drhowarddrfine
    Recognized Expert Expert
    • Sep 2006
    • 7434

    #2
    Your doctype is incomplete, putting IE into 'quirks mode'. See the article about doctypes under Articles above. Then validate your html and css for your list of other errors.

    Comment

    Working...