Background images flickers on :hover

A very IE6-specific behavior.

<!--[if lte IE 6]>
<script type="text/javascript">try { document.execCommand('BackgroundImageCache', false, true); } catch(e) {}</script>
<![endif]-->
[/cc]