CSS help
CSS help
- Started
- Last post
- 2 Responses
- silentseven
I am trying to validate my css for a client site but it uses the png replacement fo IE on the site borders. But in my css there is a class that is
img {
behavior: url("pngbehavior.htc");}
and the result is
Property behavior doesn't exist : url("pngbehavior.htc")
Is there a way to correctly do it I thought this was correct
Thanks
- fusionpixel0
can you use replace instead?
img {
replace: url("pngbehavior.htc ");}
- silentseven0
no dice
I guess I will have to live with it until there is a way around