Creating rounded corners in IE7 / IE8?

Use jquery corner , it will work on all major browser.

Use jquery corner , it will work on all major browser jquery.malsup.com/corner/ You can even configure the corners the way you like!

IE 7/8 do not support border-radius. I hear IE9 does though. This site contains a hack for getting rounded borders in IE7/8 though: dimox.net/cross-browser-border-radius-ro... .

You'll need to download border-radius. Htc and put the following code in your CSS: . Rounded-corners { behavior: url(yoursite.com/border-radius.htc); }.

This works fine for the box but not for my code i.e. Rounded Corner Tabs ... – user762243 Aug 4 at 12:38.

The Internet Explorer supports the CSS border-radius property natively not until version 9. For lower version of IE, check the jQuery plugin kvijayhari mentioned, jQuery Corner.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions