Lines half-rounded

petros_7 at 12h31
01
Aug
2011
Çé, I want to tell me how to do all lines half-rounded

example



I have phpbb2

Thank you!!!
1 Nera., on 01/08/2011 at 12h37
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;}
2 LH Justin, on 01/08/2011 at 12h46
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;}
Firefox dropped the "-moz."
3 petros_7, on 01/08/2011 at 12h48
Ok thank you but it work only this



I want it gadgets and categories...
4 Nera., on 01/08/2011 at 12h51
Code:
.forumline {
border-radius: 10px;
-webkit-border-radius: 10px;
-o-border-radius: 10px;
-khtml-border-radius: 10px;}
5 petros_7, on 01/08/2011 at 12h54
ok nice!!Thank you again!
6 Nera., on 01/08/2011 at 12h55
Solved ~ Locked
Similar topics
Reggie Jackson http://en.wikipedia.org/wiki/Reggie_Jackson
Need rounded corners code for everything(Chatbox,Forums ect) Link of my site: http://thedestroyers.forumw.biz
click on image
Replies 1 to 6 on 6 for "Lines half-rounded"
See also
more_less
Informations

6 Replies For the topic :
"Lines half-rounded"

This topic has been viewed 559 times.

Last message :
01/08/2011 at 12h31 by "petros_7"