Why is my PNG fix behavior not working?

by 1 replies
2
So, I have a webpage, with this under the last stylesheet in the <head>:

Code:
<!--[if lt IE 7]>
    <link rel="stylesheet" type="text/css" href="/css/pngfix.css" />
<![endif]-->
Contents of pngfix.css:
Code:
img, a, div, input { behavior: url(/images/iepngfix.htc) }
/images/iepngfix.htc is there and works, as this works on another page of the same site to enable transparency on PNGs in IE6.

But on this page, all the PNGs look as if that fix isn't in place.

I'm stumped. Any ideas?

This is the page: w3roi
#website design #behavior #fix #png #working

Next Topics on Trending Feed