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]

1CSS: border problem   Empty CSS: border problem Wed Aug 25, 2010 9:25 pm

Matti

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;
}

http://csshelp.forumotion.net/

2CSS: border problem   Empty Re: CSS: border problem Wed Aug 25, 2010 9:33 pm

Unknown Data

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

http://woops.dk

3CSS: border problem   Empty Re: CSS: border problem Wed Aug 25, 2010 9:55 pm

Matti

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.

CSS: border problem   This14

http://csshelp.forumotion.net/

4CSS: border problem   Empty Re: CSS: border problem Thu Aug 26, 2010 1:21 am

Emilio

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

5CSS: border problem   Empty Re: CSS: border problem Thu Aug 26, 2010 8:51 am

ankillien

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

6CSS: border problem   Empty Re: CSS: border problem Thu Aug 26, 2010 8:52 pm

Matti

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

http://csshelp.forumotion.net/

7CSS: border problem   Empty Re: CSS: border problem Thu Aug 26, 2010 9:03 pm

ankillien

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.

8CSS: border problem   Empty Re: CSS: border problem Thu Aug 26, 2010 9:15 pm

Matti

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...

http://csshelp.forumotion.net/

9CSS: border problem   Empty Re: CSS: border problem Thu Aug 26, 2010 9:18 pm

ankillien

ankillien
Administrator
Administrator
Add this to the CSS...

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

10CSS: border problem   Empty Re: CSS: border problem Thu Aug 26, 2010 9:21 pm

Matti

Matti
Registered Member
Registered Member
Thank you very much Very Happy

Solved Very Happy

http://csshelp.forumotion.net/

11CSS: border problem   Empty Re: CSS: border problem Thu Aug 26, 2010 9:22 pm

Jophy

Jophy
Registered Member
Registered Member
Solved => 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