Selected Content

Creating Rounded Borders in Browsers with CSS3 with an IE twist [Registration never required for free content]

By: Estelle Weyl on Friday, September 18, 2009
Reader Level: Reader Level


View this content piece...

Primary Category: JavascriptIn the past we've generally had to add a bunch of useless HTML as hooks to add corners when making rounded corners. Now, most modern browsers understand their own versions of the CSS border-radius property, which creates rounded corners on elements. In this tutorial we learn a new method of creating rounded corners in all browsers. We'll also target Internet Explorer using a little JavaScript and CSS magic.

View this content piece...