Dears,
we have a larger Moodle project for a bank-chain. Part of this project is the creation of a highly customized theme. This is almost complete and finally we have managed to create a theme which complies to the styleguide policy almost 100%.
Our last concern is the integration of the PIE.htc CSS3 library which provides CSS3 attributes to older IE browsers from 6-8 and 9.
Normally this library integration is very easy and quite rock-solid.
We added the htc mimetype to apache using htaccess file and tested with a static html file. Works!
The normal way to integrate this into the CSS file is like this:
-moz-border-radius:5px;
-ms-border-radius:5px;
-o-border-radius:5px;
-webkit-border-radius:5px;
border-radius:5px;
position:relative; -webkit-border-radius:5px;
behavior: url(PIE.htc);
but also contructs like
behavior: url(http://mydomain.xx/folder/PIE.htc);
work fine. We know as we implemented several times in CMS like typo3 or others.
In case of moodle I'm bit worried. Whatever definition we enter in CSS, it does not work. Do not knw why but even givving an absolute domain does not do the job.
Might it be that we need to integrate like pics and therefore need to add the filetype to the pix function?
e.g. similar to this?
url([[pix:theme|core/PIE]]);
I would be amazed to get a reply as we already spent relatively high amount of hours in trying to get this done.
Many thanks' in advance.
Have a great weekend
Michael