Çé, I want to tell me how to do all lines half-rounded
example
I have phpbb2
Thank you!!!
example
I have phpbb2
Thank you!!!
.bodyline {border-radius: 10px;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
-o-border-radius: 10px;
-khtml-border-radius: 10px;}
Firefox dropped the "-moz."Nera. wrote:Hi,
Add this to CSS
- Code:
.bodyline {border-radius: 10px;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
-o-border-radius: 10px;
-khtml-border-radius: 10px;}
.forumline {
border-radius: 10px;
-webkit-border-radius: 10px;
-o-border-radius: 10px;
-khtml-border-radius: 10px;}