Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

HTML Forum


You are currently viewing our HTML Forum as a guest. Please register to participate.
Login



Post a Project »

Find a Professional HTML Freelancer!

Find a Freelancer to help you with your HTML projects

FREE Outsourcing eBook!

Reply
template based website and background image cache issue with IE8
Old 08-17-2009, 03:58 PM template based website and background image cache issue with IE8
nunu's Avatar
Junior Talker

Posts: 3
Trades: 0
Hey!

I'm new here and I hope someone could help me.

I am making a site for a friends company and I used template to create it. It works nicely in Firefox, but when I look at it with IE8, the browser reloads every image every time and navigating from one page to another creates a nasty flicker. Is there any way to fix this? Or should I use some other way to make the template?

link to test-site: http://www.lightlime.fi/testi/univet
link to css file: http://lightlime.fi/testi/univet/style.css

Thanks in advance,
Nunu
nunu is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 08-18-2009, 11:42 AM Re: template based website and background image cache issue with IE8
racer x's Avatar
Ultra Talker

Posts: 457
Name: Randy
Location: Northern Wisconsin
Trades: 0
You have:
document.execCommand("BackgroundImageCache", false, true);

I am no javascript expert but that could be the problem.

I think this is only used for IE6. You can try to remove it or ad it conditionally, though I wouldn't go to that extent for IE6.
racer x is offline
Reply With Quote
View Public Profile Visit racer x's homepage!
 
Old 08-18-2009, 04:54 PM Re: template based website and background image cache issue with IE8
nunu's Avatar
Junior Talker

Posts: 3
Trades: 0
Thanks for the reply. Tried that once again just to make sure. Not working. IE still loads the same bg image every time.

I think this one of those things IE is "designed" to do and I hope someone knows how to work around it somehow. I assume the bg image is cached every time, but instead of looking into the browser cache, the browser just sends a load request to the server. (Or how do you say that in correct way, I hope you understand what I mean).
__________________
"It's not a fault, it's a feature!"
nunu is offline
Reply With Quote
View Public Profile
 
Old 08-18-2009, 08:06 PM Re: template based website and background image cache issue with IE8
LadynRed's Avatar
Defies a Status

Posts: 10,017
Location: Tennessee
Trades: 0
What happens if you REMOVE the compatibility mode ??
__________________
Web Goddess & Web Standards Evangelist :) - Tables Be Gone !!

Please login or register to view this content. Registration is FREE


Please login or register to view this content. Registration is FREE

LadynRed is offline
Reply With Quote
View Public Profile
 
Old 08-19-2009, 07:53 AM Re: template based website and background image cache issue with IE8
nunu's Avatar
Junior Talker

Posts: 3
Trades: 0
How do you do that?
__________________
"It's not a fault, it's a feature!"
nunu is offline
Reply With Quote
View Public Profile
 
Old 01-08-2010, 04:36 PM Re: template based website and background image cache issue with IE8
Junior Talker

Posts: 1
Name: Michael Burch
Trades: 0
I have resolved this same flickering issue by doing the following:

Add the following two meta tags in the head section of your page:

<meta http-equiv="Page-Enter" content="blendTrans(Duration=.01)" />
<meta http-equiv="Page-Exit" content="blendTrans(Duration=.01)" />

I believe you already have this in the head section of your web page, but add it if you don't:

<script language="javascript" type="text/javascript">
try
{
document.execCommand("BackgroundImageCache", false, true);
}
catch(err) {}
</script>

This immediately resolved my issue with flickering in IE8. Hope this helps!

Mike
mnburch is offline
Reply With Quote
View Public Profile
 
Old 06-01-2010, 04:41 PM Re: template based website and background image cache issue with IE8
Junior Talker

Posts: 1
Trades: 0
Hi to all,

I do have the same problem:

In IE8 the (big, screen-filling) background image is reloading every time i navigate.
Unfortunately none of the above hints helped.

<meta http-equiv="Page-Enter" content="blendTrans(Duration=.01)" />
<meta http-equiv="Page-Exit" content="blendTrans(Duration=.01)" />
the Duration time is too short, but if it is longer, it looks like a powerpoint Transition;-)

the JavaScript did not do anything

here is a link to the page:
http://cs-solarsystems.amselrehhase.de/online/

has anybody any idea what could help?

thank you in advance
marcus

Last edited by amselrehhase; 06-01-2010 at 04:42 PM..
amselrehhase is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to template based website and background image cache issue with IE8
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.29413 seconds with 12 queries