|
Thanks much,
It works. I used the syntax:
/* fix to force IE6 to display transparent PNGs */
img, .link, #topsection { behavior: url(iepngfix.htc); }
where the css code for the "link" class and the "topsection" id contain background images for the page.
|