﻿/*
  USAGE:
  Copy and paste this one line into your site's CSS stylesheet.
  Add comma-separated CSS selectors / element names that have transparent PNGs.
  The path to the HTC is relative to the HTML file that includes it.
  See below for another method of activating the script without adding CSS here.
 */
 
 /*img,  input,a,tr,td
{
	behavior: url(  "IE6Transparent/iepngfix.htc" );
}
*/
.ie6png
{
		behavior: url(  "IE6Transparent/iepngfix.htc" );
}
/*
  Here's an example you might use in practice:
  img, div, .pngfix, input { behavior: url("/css/iepngfix.htc") }
 */
 
 
