#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');
#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.