Tag: Cascade Style Sheet

Rounded Corners

When CSS3 is fully supported across browsers rounded corners will be as simple as: .element {border-radius: 5px} which will set a 5px radius on all 4 corners. For now we need some browser specific CSS combined with a little JavaScript to make this work in all browsers. In Safari, Chrome, and other webkit browsers we …

Continue reading

Permanent link to this article: https://blog.openshell.in/2010/11/rounded-corners/