How To Use Follow these simple steps to add this to your page: Copy and paste iepngfix.htc and blank.gif into your website folder.Copy and paste this into your website's CSS or HTML: <style type="text/css"> img, div { behavior: url(iepngfix.htc) } </style> That CSS selector must include the tags/elements on which you want PNG support -- basically, give it a comma-separated list of tags you use. It must also include the correct path to the .HTC relative to the HTML document location (not relative to the CSS document!). For instance, yours may look like this: <style type="text/css"> img, div, a, input { behavior: url(/css/resources/iepngfix.htc) } </style> If your site uses subfolders, open the .HTC file in a text editor like Windows Notepad and change the blankImg variable to include a correct path to blank.gif like so: var blankImg = '/images/blank.gif'; Again the path is relative to the HTML file. Otherwise, you will see a "broken image" graphic!
Follow these simple steps to add this to your page:
iepngfix.htc
blank.gif
<style type="text/css"> img, div { behavior: url(iepngfix.htc) } </style>
<style type="text/css"> img, div, a, input { behavior: url(/css/resources/iepngfix.htc) } </style>
blankImg
var blankImg = '/images/blank.gif';
with Ralph Whitbeck & Rey Bango
You can subscribe to the show in iTunes or via the raw RSS feed