Cross Browser Border-Radius
Cross Browser Border-Radius
Border-radius is the method of making the border corners round.
Browser Support
Border-radius is already supported by all major browser so it should be really easy to get it working cross browser.
Code Example
You can use Border-radius like this:
#test {
border-radius: 3px;
}
More Information
More information can be found here.