Problem with viewing page in IE?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Pheddy
    New Member
    • Dec 2008
    • 80

    Problem with viewing page in IE?

    So, ive come a long way I my project! BUT I darn hate IE sometimes :) and this is exactly where my problem lays..

    I have problems centering the content using

    Code:
    margin-left: auto;
    margin-right: auto
    And nothing in the menu works.. All in Internet Explorer, with Chrome and FF theres nothing. Now why is this? Is it because Microsoft dosnt comply with W3 standards or is it my coding issues? If anybody have the time, please lecture me..

    The site


    Thanks!
  • drhowarddrfine
    Recognized Expert Expert
    • Sep 2006
    • 7434

    #2
    I darn hate IE all the time. (no smiley face)

    If anything is before the doctype, IE goes into quirks mode. Also, your XML declaration should be in front of the doctype, not after, but you can't put it there cause....IE will go into quirks mode. But you aren't serving it as XHTML anyway so it doesn't matter. just remove the declaration and that part of the problem is solved.

    Comment

    • Pheddy
      New Member
      • Dec 2008
      • 80

      #3
      Well.. This is a hassle, having to complement IE specifically when other systems are doing the job so much better and faster. Thank you very much!

      Regards
      Frederik

      Comment

      • drhowarddrfine
        Recognized Expert Expert
        • Sep 2006
        • 7434

        #4
        IE has always been that way and always will be. It's the worst browser on the planet. No one should use IE. It's a web developer's nightmare.

        Comment

        Working...