#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

blackice2999’s picture

Category: bug » support

Hi,

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

iler’s picture

Status: Active » Closed (works as designed)

The 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.