Click here to Skip to main content
15,886,707 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
hi dear Friends
in Css Border-Radius in IE8 Not Show
Why?
Has a Way To Show Border-Radius Show in IE8?
Thanks So Much
Posted
Comments
Seyed Ahmad Mirzaee 27-Aug-12 1:48am    
if Use This Library JQuery Border Radius Show In IE8
http://malsup.github.com/jquery.corner.js
enhzflep 27-Aug-12 2:26am    
Why?
background-radius = CSS3
IE8 = supports CSS2

What to do?
jQuery is great.
Other option is to use divs with background images that have rounded corners - must have different images for each combination of
background-col/foreground-col/border-color/border-radius - 8 images for each combination.

1 solution

This excellent reference[^]
says:
The border-radius property is supported in IE9+, Firefox 4+, Chrome, Safari 5+, and Opera.
So IE8 does not support the border-radius and related CSS properties. Looks like it can be kludged through JavaScript.

Peter
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900