Modo de exibição de compatibilidade do IE

Everything to do with Joomla! 1.5 templates and templating.

Moderator: General Support Moderators

Forum rules
Forum Rules
Absolute Beginner's Guide to Joomla! <-- please read before posting, this means YOU.
Locked
alessfrei
Joomla! Fledgling
Joomla! Fledgling
Posts: 1
Joined: Tue May 27, 2014 4:05 pm

Modo de exibição de compatibilidade do IE

Post by alessfrei » Wed May 28, 2014 10:22 am

Hello personal ...

Would you like some help to solve a problem in Joomla that does not carry through in IE9 without having to activate the display mode compatibility.
In Firefox and Chrome with no problem! But as it is a corporate website would be necessary to correct this error.

Have added in the httpd.conf file after the lines "LoadModule" without success.

Code: Select all

<Location /store>
   Header set X-UA-Compatible “IE=EmulateIE7”
</Location>

In the index.php file of the template added in the head without success ...

Code: Select all

<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE9"/>
<meta content='IE=EmulateIE9' http-equiv='X-UA-Compatible'/>
I ask for help to staff the forum to solve this problem ...

Thanks in advance!

User avatar
dpacadmin
Joomla! Champion
Joomla! Champion
Posts: 6029
Joined: Sat Aug 16, 2008 1:46 pm
Location: the Bat Cave
Contact:

Re: Modo de exibição de compatibilidade do IE

Post by dpacadmin » Sun Aug 17, 2014 11:49 pm

There is a Portuguese forum here if you are more comfortable in your own language.

Have you tried this one in the head;

Code: Select all

  <!-- Enable IE9 Standards mode -->
  <meta http-equiv="X-UA-Compatible" content="IE=9" >
Found this line here;
http://stackoverflow.com/questions/4811 ... 8-possible
note this comment;
"...it had to be the first element inside the head tag".


Locked

Return to “Templates for Joomla! 1.5”