[thelist] Causes of IE6 Crashes

Ken Snyder kendsnyder at gmail.com
Mon Jul 9 18:38:28 CDT 2007


Looking carefully through the CSS and JS, one thing did jump out at me...

The app uses the following CSS in an IE-only included stylesheet:
img { behavior: url(/libs/iepngfix.htc); }

where the .htc file is the one from twinhelix.com
(http://www.twinhelix.com/css/iepngfix/demo/iepngfix.htc)

I see two potential pitfalls with this one statement:
1. It applies to every image instead of only png images
2. HTC extensions may not have proper apache headers for expiration on
the server

I've made the change and will hear back from the client tomorrow.
Crossing my fingers!

- Ken



More information about the thelist mailing list