Why is my PNG fix behavior not working?

1 replies
  • WEB DESIGN
  • |
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
#behavior #fix #png #working
  • Profile picture of the author Dan Grossman
    I fixed it.
    Signature
    Improvely: Built to track, test and optimize your marketing.

    {{ DiscussionBoard.errors[918262].message }}

Trending Topics