Log in

View Full Version : Not working border-radius in IE8!!!



udaybabu
03-20-2012, 09:21 AM
Hello,

border-radius is not working in IE8 but working in FireFox and Chrome..

Here is my CSS code..

.block-border {
padding: 0.833em;
border: 1px solid white;
border-color: rgba(255, 255, 255, 0.75);
background: url(../images/old-browsers-bg/white20.png);
background: rgba(255, 255, 255, 0.2);
-moz-border-radius: 0.8em;
-webkit-border-radius: 0.8em;
-webkit-background-clip: padding-box;
border-radius: 0.8em;
-moz-box-shadow: 0 0 4px rgba(50, 50, 50, 0.5);
-webkit-box-shadow: 0 0 4px rgba(50, 50, 50, 0.5);
box-shadow: 0 0 4px rgba(50, 50, 50, 0.5);
}


can u please help me how to fix border-radius in IE8?

Thanks alot!!!!!

uday

keyboard
03-20-2012, 11:19 AM
IE8 doesn't support border-radius.

Instead, have a look at this (http://odino.org/border-radius-and-ie-8-and-previous-yes-we-can/) website, and just follow the instructions.

Hope this helps.
Keyboard1333:)

udaybabu
03-20-2012, 11:50 AM
IE8 doesn't support border-radius.

Instead, have a look at this (http://odino.org/border-radius-and-ie-8-and-previous-yes-we-can/) website, and just follow the instructions.

Hope this helps.
Keyboard1333:)

Hello,

Thanks for your reply. I used it in my project but not getting result in IE.. but if i try it out side its working properly...

any idea?

keyboard
03-20-2012, 09:19 PM
Thanks for your reply. I used it in my project but not getting result in IE..


What did you use in your project?
Had you already tried what it suggested on that website?



but if i try it out side its working properly...

What do you mean by that?

Please try to be a little bit more clear.

FunkyBuddha
12-07-2012, 11:21 AM
Hi guys,
have tested the sample that works fine on the webserver that I'm using but can't get it to work integrated on the site.
I'm trying to use it within Drupal but am not sure where the .htc file should be placed.
The coding in the css file that I have is as follows:-
behavior:url(border-radius.htc);
but am not sure if the path is relative to the css file or the root directory.
Have placed the file in both locations but still no luck.
Any suggestions please...

djr33
12-07-2012, 10:27 PM
Your post is off topic. I'm closing this discussion. You can start a new thread if you wish.