WebArtz - The Web Design Forum
Welcome to WebArtz, Guest!

WebArtz is a nice place for discussions related to web designing and coding. We help our members to code their own website templates with HTML and CSS. We give them advice on various issues.

To know more about WebArtz Forum, visit the About Us page.

At the moment, you are viewing the forum as a guest. As a guest you can't make post and participate in discussions. You need to register and become a member of the forum. Click the register link below and become a part of this forum.

Thank You

WebArtz - The Web Design Forum
Welcome to WebArtz, Guest!

WebArtz is a nice place for discussions related to web designing and coding. We help our members to code their own website templates with HTML and CSS. We give them advice on various issues.

To know more about WebArtz Forum, visit the About Us page.

At the moment, you are viewing the forum as a guest. As a guest you can't make post and participate in discussions. You need to register and become a member of the forum. Click the register link below and become a part of this forum.

Thank You


You are not connected. Please login or register

View previous topic View next topic Go down  Message [Page 1 of 1]

1Round Corners Empty Round Corners Wed Jul 21, 2010 11:50 am

Jake

Jake
Registered Member
Registered Member
I saw another members asking for this and it wasn't solved yet, so I didn't want to barge in. I need a code that rounds only my corners like webartz. The version is phpBB2.

2Round Corners Empty Re: Round Corners Wed Jul 21, 2010 12:24 pm

ankillien

ankillien
Administrator
Administrator
Hi Jake!

This code should work for phpBB2...

Code:
.forumline {
-moz-border-radius : 10px;
-webkit-border-radius : 10px;
}
.forumline th , .catHead {
-moz-border-radius : 10px 10px 0 0;
-webkit-border-radius : 10px 10px 0 0;
}

3Round Corners Empty Re: Round Corners Wed Jul 21, 2010 8:02 pm

Jake

Jake
Registered Member
Registered Member
Thanks but is there a way to not make it round the corners on the members list? They curve and its kinda weird.
Round Corners Krfjgh10

4Round Corners Empty Re: Round Corners Wed Jul 21, 2010 8:46 pm

ankillien

ankillien
Administrator
Administrator
On phpBB2 it will conflict with other elements on forum.
Here is a better code...

Code:
.forumline {
-moz-border-radius : 10px;
-webkit-border-radius : 10px;
}
.secondarytitle {
-moz-border-radius : 10px 0 0 0;
-webkit-border-radius : 10px 0 0 0;
}
.forumline th[width="150"] {
-moz-border-radius : 0 10px 0 0;
-webkit-border-radius : 0 10px 0 0;
}
.catHead {
-moz-border-radius : 10px 10px 0 0;
-webkit-border-radius : 10px 10px 0 0;
}

5Round Corners Empty Re: Round Corners Wed Jul 21, 2010 9:03 pm

Jake

Jake
Registered Member
Registered Member
It works. Thanks so much! Round Corners 952425

6Round Corners Empty Re: Round Corners Wed Jul 21, 2010 9:29 pm

Emilio

Emilio
Registered Member
Registered Member
Dammmmnn Ankillien i wish i could steal your skills

http://www.graphilicious.forumotion.Com

7Round Corners Empty Re: Round Corners Thu Jul 22, 2010 4:43 pm

Jophy

Jophy
Registered Member
Registered Member
Solved => Topic Locked

http://www.socialtechforum.com/

Sponsored content


View previous topic View next topic Back to top  Message [Page 1 of 1]

Permissions in this forum:
You cannot reply to topics in this forum