On Mon, 29 Oct 2007 17:45:27 -0000, James Leslie wrote: > >> 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. >> On Mon, 29 Oct 2007 10:38:08 -0700, Thierry Koblentz responded: > > Try this: > <script type="text/javascript"> > <!-- > try { > document.execCommand("BackgroundImageCache", false, true); } catch(err) {} > //--> > </script> >
That's really useful information. Thanks for both the Q. and the A. While you're at it, you can cheerfully omit the HTML comments inside the SCRIPT element. It was only ever needed for Netscape 1. (X)HTML will need a CDATA section - or, better, put the script in a separate, linked file. Cordially, David -- ______________________________________________________________________ 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/