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]

1I want to round my corners of the forum! Empty I want to round my corners of the forum! Mon Aug 30, 2010 9:05 pm

Behavior???


Registered Member
Registered Member
So far I used these codes, and it didnt work''

Code:
#page-body {
-moz-border-radius : 10px;
-webkit-border-radius : 10px;
}

[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;
}[/code]

[code].main-head {
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
}[/code]

http://www.thedungeons.info

ankillien

ankillien
Administrator
Administrator
Hi,

Try this code...

Code:
.bodyline {
border-radius : 10px;
-moz-border-radius : 10px;
-webkit-border-radius : 10px;
}

Behavior???


Registered Member
Registered Member
YAY!! It worked! Thankyou so much!

http://www.thedungeons.info

ankillien

ankillien
Administrator
Administrator
Glad I could help Very Happy

Solved | Locked

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