Closed (works as designed)
Project:
css3pie
Version:
7.x-2.1
Component:
Documentation
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
28 Mar 2012 at 20:07 UTC
Updated:
10 Apr 2012 at 19:38 UTC
#myElement {
...
behavior: url(PIE.htc);
}doesn't work for me -- I am getting file not found errors (comes from module page)
I needed to change it to
behavior: url('/sites/all/libraries/PIE/PIE.htc');
Comments
Comment #1
blackice2999 commentedHi,
like in description of the module written, you dont need to create any css code or css file in order to get this work. The module creates it self you need only to say what css selectors contains css3 code...
thanks
Dennis
Comment #2
iler commentedThe documentation tells you how to deal with this module. As stated below you don't need to any manual css file editing you just need to insert the selectors via the admin panel.