May 3, 2012 at 7:13 am
#102226
Participant
Jannikrl,
I faced the same issue at start. Even tried putting ../ in behavior:url() but of no use.
Problem:
When I checked the path for pie.htc in IE, It shows as: folder/css/css/pie.htc.
Reason:
we reference LESS file with css/style.less
Then behavior:url(css/pie.htc) for .htc file.
Solution:
put the style.less & pie.htc in same folder as HTML file. so the references would be “style.less” and “pie.htc”. :)