I am looking for a “working” IE 8 CSS3 border radius hack in wp site. I am using htc file also, I have created a css file in wp theme’s css folder and placed border radious styles there with IE8 hack eg:
1 | behavior: url("css/border-radius.htc"); |
But it is not working then I I think I may be placing those files in the incorrect directory. So… I placed the file in all directories and levels but no luck. Then I changed the behavior:url to the absolute location for each location…. no luck.
Then after googling some time, I found a solution :
We need to use IE8 htc file hack directly in main stylesheet file ‘style.css’ instead of inner css file
I implemented the same and it was working awesome.