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
The site ishttp://www.charliethorn.cz.cc
Thanks
Jack
for what its worth, IE8 on my PC laptop, there is no flicker at all in the images.
just a note, you have
and don't put swf object in the theme, use it from the core,
and compress the huge image :)
#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 :)
Thanks for the feedback.
Mnkras -
When I try to load swfobject from core using in header.php I get a message saying flash player isnt installed.
Mnkras -
When I try to load swfobject from core using
$this->addHeaderItem($html->javascript('swfobject.js'), 'CORE');