Posted by 4toddt on November 15, 2012 at 8:14pm
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.htcDanh Ba Website | Giai Phap