Posts tagged as:

Results for border-radius

To create an element with rounded corners, we have the css3 property border-radius which, at the moment, is not supported by all the browser.
Meanwhile, we can create rounded corner with the use of a single image and the css property background-position (and a few extra div in our html structure).
Continue to read >>

{ 1 comment }

1 comment

Stay updated with our RSS Feed

The css3 property border-radius allows to create rounded corners to the elements.

Its value is specified in measure of units or percent.

Right now, the border-radius is compatible with Safari3+ and Firefox using the css3 correspondent: -webkit-border-radius and -moz-border-radius.

Continue to read >>

{ 8 comments }

8 comments

Stay updated with our RSS Feed