Our site www.viart.com is operated by latest Viart Shop 5.8.28 with default Clear design
Topic Information
ansuk
ansuk
Has anyone managed to get past the image flicker that IE6 shows when you hover over an image which has a hover state?
 
Ive tried adding the following code in index.html to no avail and wondered if anyone else could shed any light?
 
Code:
 
<script type="text/javascript">
//<![CDATA[
try {
document.execCommand('BackgroundImageCache', false, true);
} catch(e) {}
//]]>
</script>