- Posts: 6
- Thank you received: 0
The pages are lengthened
-
atikuin
Inactive member - Topic Author
- New Member
Less
More
12 years 11 months ago #14244
by atikuin
Replied by atikuin on topic Re: The pages are lengthened
Hello Ivan,
I added the new code with "var" but the problem persists.
Regards
I added the new code with "var" but the problem persists.
Regards
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
12 years 11 months ago #14251
by ivan.milic
Replied by ivan.milic on topic Re: The pages are lengthened
Hi,
modify :
like this:
modify :
Code:
if (window.addEventListener)
{
window.addEventListener('load', pageHeightFn, false);
}
else if (window.attachEvent) // Microsoft
{
window.attachEvent('onload', pageHeightFn);
}
like this:
Code:
try{
if (window.addEventListener)
{
window.addEventListener('load', pageHeightFn, false);
}
else if (window.attachEvent) // Microsoft
{
window.attachEvent('onload', pageHeightFn);
}
}catch(exc){
window.onload = pageHeightFn;
}
Please Log in to join the conversation.
-
atikuin
Inactive member - Topic Author
- New Member
Less
More
- Posts: 6
- Thank you received: 0
12 years 11 months ago #14261
by atikuin
Replied by atikuin on topic Re: The pages are lengthened
Hello Ivan,
Thanks for your help
I changed the code again, but the problem persists.
Regards
Thanks for your help
I changed the code again, but the problem persists.
Regards
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
12 years 11 months ago #14267
by ivan.milic
Replied by ivan.milic on topic Re: The pages are lengthened
I can not see problem in ie9 , maybe you just need to refresh or something ...
Please Log in to join the conversation.
-
atikuin
Inactive member - Topic Author
- New Member
Less
More
- Posts: 6
- Thank you received: 0
12 years 11 months ago #14320
by atikuin
Replied by atikuin on topic Re: The pages are lengthened
I refreshed and I emptied cache but the problem continues.
In IE9 I see the problem.
ONly in Firefox I can see it perfectly.
Un saludo
In IE9 I see the problem.
ONly in Firefox I can see it perfectly.
Un saludo
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
12 years 11 months ago - 12 years 11 months ago #14340
by ivan.milic
Replied by ivan.milic on topic Re: The pages are lengthened
maybe you have compatibility mode turned on by default in ie9 (always)? Check
Compatibility View -> Settings
Compatibility View -> Settings
Last edit: 12 years 11 months ago by ivan.milic.
Please Log in to join the conversation.
Time to create page: 0.089 seconds