Jump to content

Compatibility Mode (Internet Explorer)

- - - - -

This topic has been archived. This means that you cannot reply to this topic.
6 replies to this topic

#1
Howdy_McGee

Howdy_McGee

    Programmer

  • Members
  • PipPipPipPip
  • 135 posts
Ok, so i'm making this website and whenever I open it up in internet explorer (only when its online - on my local computer it looks fine) the page is all jumbled up.

I found the problem is "Compatibility Mode". Once I click that, the webpage shows up just fine. But I want it to look this way to every user no matter what. Is there a script that anyone knows about so that onload it will "click" Internet Explorers Compatibility Mode button?

TriLeaf Designs - Graphic & Web Design - St Louis MO

#2
WingedPanther

WingedPanther

    A spammer's worst nightmare

  • Moderators
  • 16,831 posts
Have you tried playing with different doctypes?
Programming is a branch of mathematics.
My CodeCall Blog | My Personal Blog

#3
Howdy_McGee

Howdy_McGee

    Programmer

  • Members
  • PipPipPipPip
  • 135 posts
I have never really understood doc types so I wouldn't even know where to start or how it would affect how the webpage is being viewed. What would need to be changed?

#4
oldhendra

oldhendra

    Learning Programmer

  • Members
  • PipPipPip
  • 30 posts
Hi,
Try this ref: HTML doctype declaration,
it might be helpful.
Doctype declaration should be the first lines of every HTML files.

#5
WingedPanther

WingedPanther

    A spammer's worst nightmare

  • Moderators
  • 16,831 posts
Your doctype was XHTML 1.0, if your code isn't compliant, that could be causing issues.
Programming is a branch of mathematics.
My CodeCall Blog | My Personal Blog

#6
Howdy_McGee

Howdy_McGee

    Programmer

  • Members
  • PipPipPipPip
  • 135 posts
Well i'm using strict XHTML, though im using next to none XML except for my RSS feed which I believe gets XML externally.

So should I use the HTML rather than the XHTML?

#7
WingedPanther

WingedPanther

    A spammer's worst nightmare

  • Moderators
  • 16,831 posts
You may want to see how HTML 4.0 works.
Programming is a branch of mathematics.
My CodeCall Blog | My Personal Blog