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]

1 CSS: border problem on Wed Aug 25, 2010 7:55 pm

Matti


Registered Member
Registered Member
Hello, guys Very Happy

I'm having a little problem with the css: Now if you see in this Topic on the corners there is something missing around the borders, if your not sure what I mane please tell me to take a Screen shot.

This is the original code:
Code:
.post {
border : 1px solid #93b6e1;
-moz-border-radius : 7px;
-webkit-border-radius : 7px;
border-radius : 7px;
-moz-box-shadow : 0 0 2px #666;
-webkit-box-shadow : 0 0 2px #666;
box-shadow : 0 0 6px #666;
background: url(http://i66.servimg.com/u/f66/13/46/75/82/bgbgbg10.png) repeat-x;
}


BUT I have remove something and it looks like the code below

Code:
.post {
border : 1px solid #93b6e1;
-moz-border-radius : 7px;
-webkit-border-radius : 7px;
border-radius : 7px;
}

2 Re: CSS: border problem on Wed Aug 25, 2010 8:03 pm

Unknown Data


Registered Member
Registered Member
Try making the size of the border higher, if I understand your question right.

http://www.sjovfakta.dk

3 Re: CSS: border problem on Wed Aug 25, 2010 8:25 pm

Matti


Registered Member
Registered Member
Idk, how to make that but here is a screen shot you see now the corners are white and I want to be the same as this on both corners left and right.

4 Re: CSS: border problem on Wed Aug 25, 2010 11:51 pm

Emilio


Registered Member
Registered Member
Try this
Code:
.post {
border : 1px solid #93b6e1;
-moz-border-radius : 4px;
-webkit-border-radius : 4px;
border-radius : 4px;

http://www.graphilicious.forumotion.Com

5 Re: CSS: border problem on Thu Aug 26, 2010 7:21 am

ankillien


Administrator
Administrator
Hi,
If you have a test account on your forum, give me details so that I can check the topic myself.

6 Re: CSS: border problem on Thu Aug 26, 2010 7:22 pm

Matti


Registered Member
Registered Member
Yes I have also you have ACP if you need to check the css code PM sent Smile

7 Re: CSS: border problem on Thu Aug 26, 2010 7:33 pm

ankillien


Administrator
Administrator
Thanks.

Try adding this code to your CSS...

Code:
span.corners-bottom ,
span.corners-top {
display : none;
}


Add it at the end of all other codes.

8 Re: CSS: border problem on Thu Aug 26, 2010 7:45 pm

Matti


Registered Member
Registered Member
Yeah that did the trick but I'm having a little problem with the postbody


This code
Code:
.postbody {
-moz-border-radius : 10px;
-webkit-border-radius : 10px;
padding : 5px;
background : #f8fbff;
border : 1px solid #9f9f9f;


on the top is together if you see on the forum of what I mane...

9 Re: CSS: border problem on Thu Aug 26, 2010 7:48 pm

ankillien


Administrator
Administrator
Add this to the CSS...

Code:
.post{padding-top:10px;}

10 Re: CSS: border problem on Thu Aug 26, 2010 7:51 pm

Matti


Registered Member
Registered Member
Thank you very much Very Happy

Solved Very Happy

11 Re: CSS: border problem on Thu Aug 26, 2010 7:52 pm

Jophy


Registered Member
Registered Member
Solved => Locked

http://www.socialtechforum.com/

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