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]

1Rounded Corners Empty Rounded Corners Tue Jul 20, 2010 9:22 pm

Behavior???


Registered Member
Registered Member
Can I know how do i round the corners of my forum as well as the corners of my category bar (The Place where 'Web Designing & Coding' is written just above the 'Web Design Talk' in the Webartz Forum)?

http://www.thedungeons.info

2Rounded Corners Empty Re: Rounded Corners Tue Jul 20, 2010 10:12 pm

ankillien

ankillien
Administrator
Administrator
Hello,

Do you want this for clubbies forum?
On that forum background image is set on category headers so it is not possible to get rounded corners unless you create an background image with rounded corner or remove the image.

3Rounded Corners Empty Re: Rounded Corners Tue Jul 20, 2010 10:28 pm

Behavior???


Registered Member
Registered Member
What information can you give me regarding the both images I want? so That i can specify it to the GFX designers

http://www.thedungeons.info

4Rounded Corners Empty Re: Rounded Corners Wed Jul 21, 2010 9:19 am

ankillien

ankillien
Administrator
Administrator
You can get rounded corners without using image, if you want.
Try adding this code to your CSS...

Code:
.main-head {
background-image : none !important;
background : #A20F82 !important;
-moz-border-radius : 10px 10px 0 0;
-webkit-border-radius : 10px 10px 0 0;
}

5Rounded Corners Empty Re: Rounded Corners Wed Jul 21, 2010 8:26 pm

Behavior???


Registered Member
Registered Member
Now, How do I round the corners of the white part of my forum (The space to the left and right side of the Navigation bar?)

Ps = Link: http://clubbies.forummotion.com

http://www.thedungeons.info

6Rounded Corners Empty Re: Rounded Corners Wed Jul 21, 2010 8:37 pm

ankillien

ankillien
Administrator
Administrator
This code would help...

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

7Rounded Corners Empty Re: Rounded Corners Wed Jul 21, 2010 8:46 pm

Behavior???


Registered Member
Registered Member
Yay! I love you Ani

You can safely put this to bed now!

http://www.thedungeons.info

8Rounded Corners Empty Re: Rounded Corners Thu Jul 22, 2010 11:06 am

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