How To Achieving Rounded Corners Of The div Elements Using CSS

Hi,

I understand the problem, you can solve this problem using moz border css. For your reference please go through the following links:

  1. http://www.css3.info/preview/rounded-border/
  2. http://www.the-art-of-web.com/css/border-radius/

Regards
Amit :slight_smile:

Yes, you can do this with CSS3, which is supported in the latest browsers (but not IE8 and under (though you can call in a bit of JavaScript to change that if you like). Iā€™m not sure you even need the vendor extensions for the latest versions of Firefox, Safari and Chrome, but still worth having them for older versions, I guess.