Rounded corners in IE? So I'm designing a blog for my college course and I am trying to figure out rounded corners. I am currently using border-radius. Works fine but I would like to have wider compatibility since a lot of people aren't using the latest version of IE. I have tried jquery but I'm not great with java, even though I got it to work in firefox but still not IE.
I know that there is alternate solutions such as csspie and htc, but I can't use internal sources on blogspot since I can't upload files to it.
So basically, is there any javascript code that will work with IE or an external reference I can link to like pie/htc so that I can have rounded corners in IE? |