Image flicker in IE

Permalink
Hi, Im getting close to completion on my first website using c5 for a client. I have just been testing the site between browsers and have noticed in IE when navigating between pages the header image flickers. This is not happening in firefox, chrome or safari. Can anybody shed some light on why this is happening?

The site ishttp://www.charliethorn.cz.cc

Thanks

Jack

JackRoyleMBS
 
firehouse replied on at Permalink Reply
firehouse
for what its worth, IE8 on my PC laptop, there is no flicker at all in the images.
Mnkras replied on at Permalink Reply
Mnkras
just a note, you have
#areaStyle10 {background-image: url('/files/1512/8629/6886/chassep.gif'); background-repeat:repeat-y; padding:0 35px 0 35px; } 
#areaStyle11 {background-image: url('/files/1512/8629/6886/chassep.gif'); background-repeat:repeat-y; padding:0 35px 0 35px; }


and don't put swf object in the theme, use it from the core,

and compress the huge image :)
JackRoyleMBS replied on at Permalink Reply
JackRoyleMBS
Thanks for the feedback.

Mnkras -
When I try to load swfobject from core using
$this->addHeaderItem($html->javascript('swfobject.js'), 'CORE');
in header.php I get a message saying flash player isnt installed.