- Posts: 30
- Thank you received: 0
Problems with IE8
-
stefanm112
Inactive member - Topic Author
- Member
Less
More
12 years 7 months ago - 12 years 7 months ago #18466
by stefanm112
Problems with IE8 was created by stefanm112
Hi
i will release my new Homepage with the really great Flashes-Template in about 4 Weeks and a little Group of my Friends are testing the Site
i heard about Problems with IE8 under WinXP....
The height and width of the content area have the same size over all sites and they can´t be scrolled down
If the User acitvate the compatible-mode the problems are solved
so i searched in the www and found this code to activate the mode automatically
<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7" />
my questions:
is this code the best way ore do you have any other ideas?
if this is the best way... on wich position / file of the template i have to implement it?
it seems the problem is only with IE8 under WinXp
sorry for my bad english
Thanks
Stefan
i will release my new Homepage with the really great Flashes-Template in about 4 Weeks and a little Group of my Friends are testing the Site
i heard about Problems with IE8 under WinXP....
The height and width of the content area have the same size over all sites and they can´t be scrolled down
If the User acitvate the compatible-mode the problems are solved
so i searched in the www and found this code to activate the mode automatically
<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7" />
my questions:
is this code the best way ore do you have any other ideas?
if this is the best way... on wich position / file of the template i have to implement it?
it seems the problem is only with IE8 under WinXp
sorry for my bad english
Thanks
Stefan
Last edit: 12 years 7 months ago by stefanm112.
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
12 years 7 months ago #18486
by ivan.milic
Replied by ivan.milic on topic Re: Problems with IE8
We are unable to debug that , because we don't have Win XP with IE8, and apparently Microsoft fixed some things in emulators of browsers but not in browsers, so situation is if it works it is ok.
Please Log in to join the conversation.
-
stefanm112
Inactive member - Topic Author
- Member
Less
More
- Posts: 30
- Thank you received: 0
12 years 7 months ago #18488
by stefanm112
Replied by stefanm112 on topic Re: Problems with IE8
hm.....
in all articles to this problem i read "put this code in the header of your template"
where can i find the header of the flashes-template?
thanks
in all articles to this problem i read "put this code in the header of your template"
where can i find the header of the flashes-template?
thanks
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
12 years 7 months ago #18492
by ivan.milic
Replied by ivan.milic on topic Re: Problems with IE8
in
templates\hot_flashes\index.php
head is area wrapped by:
<head>
...
</head>
for meta tags put it near beginning:
<head>
<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7" />
...
</head>
templates\hot_flashes\index.php
head is area wrapped by:
<head>
...
</head>
for meta tags put it near beginning:
<head>
<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7" />
...
</head>
Please Log in to join the conversation.
Time to create page: 0.174 seconds