1<?php
2// Use this file in your CSS in place of the .HTC file if it works offline but not online.
3// It will send the correct MIME type so that IE will execute the script correctly.
4header('Content-type: text/x-component');
5include('iepngfix.htc');
6?>
7