Rounded Corners with CSS3
Sep 29 2009
To start off my first blog posting, I will keep it simple with a tutorial on rounded corners via CSS. A Google search brings up multiple ways of doing rounded corners, with images, javascript, css, HTML tables and more. For the sake of simplicity and adapting to the new CSS3 syntax we will look at how to do this with the new option for borders: border-radius.
CSS3 is currently in development, and we can keep an eye on the progress here: CSS3 progress report. Mozila/Firefox, Google Chrome and Safari 3 have adopted the border-radius function. An interesting note is that in mobile browsers there is support for border-radius in the iPhone and any other devices that run the Webkit engine. Where does that leave Internet Explorer? Interestingly enough, Internet Explorer 8 is compliant with the CSS2.1 specification and supports some features of CSS3. However border-radius is not one of them. Are we out of luck for IE, keep reading and you will find out.
Read more »








![Validate my RSS feed [Valid RSS]](http://www.unemployeddeveloper.com/wp-content/themes/ud2/images/valid-rss.png)