While the official Facelift examples work well in IE6, I have trouble with the Drupal module. The text gets replaced and the images appear, but IE shows the broken/missing image icon nevertheless. See the attached snapshot.

CommentFileSizeAuthor
flir-ie6.png12.86 KBDavid Lesieur

Comments

btopro’s picture

lol yeah, I have seen that (at total random) when using it in IE6. I believe this is another issue that's solved in FLIR 1.2 but I guess we'll see when I get around to implementing.

btopro’s picture

Status: Active » Closed (fixed)

Support for this is shotty at best. It's still outside the scope of this project to fix though

malphas’s picture

Just ran into this issue in the FLIR module for drupal 5. Guess it's the same problem. But I got it to work:
In flir.js there is a line with
img.src = this.options.path+'spacer.png';
If you check the src of the broken image, it's looking for yoursite/spacer.png. And yes it's not there!
So: img.src = this.options.path+'sites/all/modules/flir/flir/spacer.png'; works for me