I've made a site using this border radius code: http://code.google.com/p/curved-corner/
I'm referencing to url(border-radius.htc) to make it work in IE but it is not.
Please help, thanks.
P.S. Here's the site 开发者_运维问答so feel free to look at my css: http://portsmouth.fitfans.co.uk
you can try to use css3pie. It is very easy and useful.
edit: if the curved-corner works similar to css3pie the path is relative to the HTML file being viewed, not the CSS file it is called from.
So in your css you have to fix the path of your current behavior:url(border-radius.htc);
to behavior:url(themes/hull/css/border-radius.htc);
精彩评论