CSS div rounded corners compatible cross browsers
This tool allows you to generate CSS code to have div with rounded corners compatible with almost all browsers.
px
|
px
|
|
px
|
px
|
This tool is extracted from a much more comprehensive article explaining the differences between the various tags that can be used to get rounded corners on a div.
For example, that
Go to the article "How to have a div with rounded corners using CSS + Generator CSS"
For example, that
border-radius
is the property taken into account by CSS3, -webkit-border-radius
, the one considered by Safari and Chrome, or that -moz-border-radius
is the one considered by Mozilla.Go to the article "How to have a div with rounded corners using CSS + Generator CSS"