I am trying to add a htc file in css. The solution structure is:
I am in /Styles/QTip/jquery.qtip.css and from there I am referring the PIE.htc as:
behavior: url('../HTC/PIE.htc');
But it is not working.
Also after running the application from VS2010 if I browse
http://localhost:2873/Styles/QTip/jquery.qtip.css
Then browser opens the css file but if I browse the URL
http://localhost:2873/Styles/HTC/PIE.htc
I am getting The resource cannot be found.
What will be the right path of this htc file?