CSS 3 – Exciting New Feature

CSS3 brings with it some amazing new features which web designers all over the world (including us) will love.

One of the most exciting new features that CSS3 brings with it is the functionality of rounded corners.

border-radius

There’s never been an easy way to do rounded corners but with CSS3 now there is, see below:

The following CSS3 styling rule allows rounded corners to be set.

.round {-moz-border-radius:5px;-webkit-border-radius:5px;}

Supported in Firefox, Safari and Chrome not IE (surprise, surprise).

Related posts:

  1. Web compatibility issues with Google Chrome
Tags: Blog. Bookmark this [+]

Leave a Reply

Your email address will not be published. Required fields are marked *

*

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>