StarBright got the right code, you may want to use the full code though so you can see the rounded borders on all browsers:
-moz-border-radius: 20px; border-radius: 20px;
If you want to make every corner "individually" rounded, use it like this:
-moz-border-radius: 20px 5px 50px 100px; border-radius: 20px 5px 50px 100px;
Numbers in order go clockwise: Top Left; Top Right; Bottom Right; Bottom Left.
-is curious too-
Try asking Unplugged
Uhh.. *to lazy to dig up that
Not too sure. Try adding
Try adding this to the code though:
-moz-border-radius : 20px 20px
Just change the numbers |D
Here ya go, Eye burning blog
Thank you both :'D
StarBright got the right
-moz-border-radius: 20px; border-radius: 20px;
If you want to make every corner "individually" rounded, use it like this:
-moz-border-radius: 20px 5px 50px 100px; border-radius: 20px 5px 50px 100px;
Numbers in order go clockwise: Top Left; Top Right; Bottom Right; Bottom Left.
*Forgot to say..* Thank you
Thank you ♥