Rounded corners in IE8?

They have: 24 posts

Joined: Oct 2008

Hi,
I tried several scripts on the web (DD_roundies or curved-corner for instance) but they do not work. I am using IE8 on WIndows 7. My page is really simple: it is blank and only contains a box with text inside. Here is the CSS for the box:

#container {
background-color: white;
width: 826px;
position: relative;
top: 70px;
margin-left: auto;
margin-right: auto;
}

Link: http://ivredimages.free.fr/englishfrenchwebwriting/

Any idea? Thank you for your help.

Chris

DarkLight's picture

He has: 287 posts

Joined: Oct 2007

I think, for IE, you need to use JS/jQuery to dynamically round them. But I personally don't like this apparoach. I would suggest using corner-images positioned using CSS.

Here's a good example...
http://www.roundedcornr.com/
It will generate your corners for you.

If this isn't what you're wanting, try browsing these examples.
http://www.devwebpro.com/25-rounded-corners-techniques-with-css/

Good luck! Smiling

All the best news here: https://newsbotnet.com

Megan's picture

She has: 11,421 posts

Joined: Jun 1999

IE 8 still doesn't support border-radius??? (can't remember if I already knew that or not!!)

DarkLight's picture

He has: 287 posts

Joined: Oct 2007

Confimed! It does not. I tried that the day it was released! You'd think MS would catch up after all these years! Sad

Want to join the discussion? Create an account or log in if you already have one. Joining is fast, free and painless! We’ll even whisk you back here when you’ve finished.