View Single Post
10-19-2011, 07:10 PM
#9
div.coders is offline div.coders
Status: I'm new around here
Join date: Oct 2011
Location:
Expertise:
Software:
 
Posts: 2
iTrader: 0 / 0%
 

div.coders is on a distinguished road

  Old

css for rounded borders:

Code:
div.rounded{
border-radius:10px; /* main code for all browsers */
-moz-border-radius:10px; /* mozilla firefox */
-webkit-border-radius:10px; /* chrome, opera */
}