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?
|
Our whole form does not show if IE 9 compatibility mode is turned on. Our DOCTYPE:
What is wrong? |
||||
<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