I am trying to get the CSS3 border-radius to work on IE8. But for some reasons, it is not working: http://uiux.atwebpages.com/
I am using the border-radius.htc file.
Is there some other way to make border-radius work on IE8 without using the .htc file ?
It’s not possible without using VML just with pure CSS in IE<9. The only other way is to use sliced images. I’d recommend, if those rounded corners are not really necessary, just omit them. It’s not your fault, if people use outdated browsers.
However I can recommend you css3pie. Take a look at it.
edit:
behavior:url(border-radius.htc)in your css (with the correct url of course), but i couldn’t find this in your css. Try it and see, if it works.