[web2py] Re: pie.htc and web2py

2013-10-02 Thread Bilal El
Paolo, Anthony, Thanks for your help, I just tried and it works! Le mardi 1 octobre 2013 16:22:06 UTC+2, Paolo Caruccio a écrit : > > According to pie istructions > * > * > >> *this path is relative to the HTML file being viewed, not the CSS file >> it is called from.* > > > if you put the pi

[web2py] Re: pie.htc and web2py

2013-10-02 Thread Bilal El
Paolo, Anthony, Thanks for your help. I followed the solution of Paolo and it works! My css rule was wrongly writed. Thanks again for your help! Bilal Le mardi 1 octobre 2013 15:31:14 UTC+2, Bilal El a écrit : > > Hello, > > I'm working on a project for users using ie7. And I want to user > b

[web2py] Re: pie.htc and web2py

2013-10-02 Thread LightDot
I use PIE.htc with web2py, it works as intended. Originally, the problem was that web2py did not recognize the .htc extension and therefore served it with the wrong file type by default. But that was fixed somewhere around web2py 1.99.x, gluon.contenttype should now contain the proper value for

[web2py] Re: pie.htc and web2py

2013-10-01 Thread Paolo Caruccio
According to pie istructions * * > *this path is relative to the HTML file being viewed, not the CSS file it > is called from.* if you put the pie folder in the static one, the related css rule will be .with-rounded-corners {behavior: url('../static/pie/PIE.htc') } Il giorno martedì 1 ottob

[web2py] Re: pie.htc and web2py

2013-10-01 Thread Anthony
There should be no issue using it with web2py, as it is a client-side JS library. Feel free to show some code here, but it might be more fruitful to seek help from the PIE forum directly. Anthony On Tuesday, October 1, 2013 9:31:14 AM UTC-4, Bilal El wrote: > > Hello