Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

Our whole form does not show if IE 9 compatibility mode is turned on.

Our DOCTYPE:

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

What is wrong?

share|improve this question
Can't tell due to absence of demo, but if you add <meta http-equiv="X-UA-Compatible" content="IE=edge" /> to the head then you prevent IE from using Compatibility Mode. – Kolink Sep 21 '11 at 1:37
I added this 30 seconds before your reply, thank you. Is it bad to turn compatibility mode off? – Latox Sep 21 '11 at 1:39
1  
No, it's a very good thing to turn it off. Compatibility Mode is for the lazy web developers who can't be bothered to write proper HTML the first time ;) – Kolink Sep 21 '11 at 1:40

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.