It's not about me, it's my blog!

Archive for the ‘CSS’ Category

All the browsers still not support rounded corners on block elements, we wait for CSS3 to be finalized them. CurvyCorners is a free JavaScript library for creating rounded corners for HTML block elements like DIVs.

Read the rest of this entry »

When I was reading ‘abc’ in CSS the only way I aware to make rounded corners is the use of corner images. Later on with the experience move to use of multiple div tags to create rounded corners. However, CSS3 makes web developers lives easy, border-radius property allows to create rounded corners in their designs without the user corner images or multiple div tags.

In this post I will walk through creating rounded corners working on Firefox, Safari and Chrome. None of the IEs support border-radius, not even IE8 at the time writing this post but IE9. So I will discuss about creating rounded corners in IE in a different post at later.

Read the rest of this entry »