How to use border-radius.htc with IE to make rounded corners
I am using border-radius.htc to fix border-radius in IE
It is works very well here http://www.faressoft.org/eshterakat/border-radius/border-radius.html
But it doesn't work in my html page ! I don't know why ! http://www.faressoft.org/eshterakat/
-moz-border-radius:5px;
-khtml-border-radius:5px;
-webkit-border-radius:5px;
border-radius:5px;
behavior:url('Js/border-radius.htc');
/* I tried '../Js/border-radius.htc' it didn't work too */
/* I tried '/Js/border-radius.htc' it didn't work too */
/* I tried 'Js/border-radius.htc' it didn't work too */