Active
Project:
Omega
Version:
7.x-3.0
Component:
User interface
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
7 Mar 2012 at 00:16 UTC
Updated:
7 Mar 2012 at 02:32 UTC
The website interface display different at IE8, when validate the html there were error said about doctype, i already done some research about this and i try disable RDF module and validate html but still got error when validate the html, the website display still have display problem at IE. I also try modify html.tpl.php file and put
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitiona//EN"> "http://www.w3.org/TR/html4/loose.dtd">but the website still like that and it not changing into
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">, i also add
<meta http-equiv="X-UA-Compatible" content="IE=edge">at the head tag
Comments
Comment #1
ana2012 commentedThe website interface display different at IE8, when validate the html there were error said about doctype, i already done some research about this and i try disable RDF module and validate html but still got error when validate the html, the website still have displayed problem at IE. I also try modify html.tpl.php file and put
but the website still like that and it not changing too, i also add
<meta http-equiv="X-UA-Compatible" content="IE=edge">at the head tag because i think that the problem is about compatibility issues on IE. ThanksComment #1.0
ana2012 commentedchanges