
I don't know what I've done wrong.. Looked around in the documentation (a whole day...) but cannot find. I hope someone can help me. This is what I want and have tried:
Files unzipped to:
http://www.officeprograms.nl/csssample html file:
http://www.officeprograms.nl/x.htm Attempt 1: Refering (in the external style sheet css/main2.css) to the PIE.htc file like this:
behavior: url(css/PIE.htc)
No effect.
Attempt 2: Maybe not correct Content-Type...
behavior: url(css/PIE.
php)
In the php file I also altered: include( 'css/PIE.htc' )
No effect.
Attempt 3: refering to js file...
behavior: url(css/PIE.js)
No effect.
Attempt 4: I tested the page with IE9 (menu Tools, devellopper tools (F12)). Perhaps this is insufficient, and also tested on my notebook wher IE8 is installed.
No effect.
What I am doing wrong??? What do I overlooked? Please help.