Quote:
Originally Posted by Dave
Rounded borders only work in IE9 and up. Refer to http://davidwalsh.name/css-rounded-corners if you want to implement it correctly for IE9+.
If you want support for IE versions lower than 9, you will have to look into using images or a JavaScript hack which adds border radius support.
|
Thank you very much for the helpful reply! I'll make sure to look into that.