Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Less.js Re: Less.js

#102226
neerukool
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”. :)