Annoying IE6 background image flicker... and fix

Eli Cochran eli at media.berkeley.edu
Fri Jan 25 14:36:28 UTC 2008


Hi,
While researching the new upload component I tripped over a thread  
about a major issue with background image in IE6 which has annoyed me  
before but but someone found a fix.

The problem is outlined here: http://evil.che.lu/2006/9/25/no-more- 
ie6-background-flicker

The fix is to include the following in JS: document.execCommand 
("BackgroundImageCache",false,true);

or this is CSS:

html {
   filter: expression(document.execCommand("BackgroundImageCache",  
false, true));
}

I'm going to go ahead and check in it to the Sakai IE only CSS file  
(I think that it's being used.)

We might want to consider adding it to our the base Fluid.js for good  
measure.

- Eli

. . . . . . . . . . .  .  .   .    .      .         .              .     
                  .

Eli Cochran
user interaction developer
ETS, UC Berkeley


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.idrc.ocad.ca/pipermail/fluid-work/attachments/20080125/48302d76/attachment.htm>


More information about the fluid-work mailing list