Community

What is the URL of files in the template folder?

Suppose I have a file called myStyles.css in the folder sites/all/themes/myTheme/css. From myStyles.css what URL would I use to refer to a file called PIE.htc located in the folder sites/all/themes/myTheme/js? The line of css I currently have that doesn't seem to work is:

behavior: url(js/PIE.htc); position:relative;

Comments

=-=

try adding a ../ at the beginning of the path.

I used PIE.htc for my themes

I used PIE.htc for my themes by call it in template.php, because PIE called base on relative path.
base_path() . path_to_theme() . '/PIE.htc