> I am using a sliding doors style technique for a few tabs as shown at 
> http://jamestesting.metafaq.com/clients/jamestesting/debug.html  (CSS 
> in
> head) whenever they are hovered over in IE6 the image is reloaded 
> causing a flicker.

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

-----------------------

Perfect! Many Thanks :-)

James



______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to