#header { background:url(header.png); }
All you have to do is apply the background behavior to the #header element:
Also,
img, #header { behavior: url(iepngfix.htc); }
You can do this with every element you’e using PNG transparency on:
img, #header, .class, blockquote { behavior: url(iepngfix.htc); }
The asterisk works too,
* { behavior: url(iepngfix.htc); }
I hope you find this little work-around helpful, I should be back in full force when I can take this bandage off.
No comments:
Post a Comment