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 problem. Empty CSS problem. Tue Aug 24, 2010 12:57 pm

Joel

Joel
Registered Member
Registered Member
http://www.advertisehotspot.com/forum.htm

As you can see, i screenshot the problem of my forum.
CSS problem. 2010-08-24_1355

The services category forum is the problem. I guess the amount of forums in one category was too much for the skin, thus, the white comes out.

CSS codes to fix this please? Smile



Last edited by Joel on Wed Aug 25, 2010 4:16 pm; edited 1 time in total

http://www.advertisehotspot.info/

2CSS problem. Empty Re: CSS problem. Wed Aug 25, 2010 12:23 am

Guest


Guest
i am sure that this silver thing is a background image and by adding more categories you have exceedeed the maximum height of the image.Find the image in your css,edit it and make its height bigger or remove a category Smile

3CSS problem. Empty Re: CSS problem. Wed Aug 25, 2010 11:25 am

ankillien

ankillien
Administrator
Administrator
Hey Joel,

Try adding this code to your CSS...

Code:
.forabg ul.forums, .pmlist {
background-repeat : repeat-x !important;
background-position : top !important;
}

4CSS problem. Empty Re: CSS problem. Wed Aug 25, 2010 1:49 pm

Joel

Joel
Registered Member
Registered Member
No Ani. Still nothing.

http://www.advertisehotspot.info/

5CSS problem. Empty Re: CSS problem. Wed Aug 25, 2010 3:30 pm

ankillien

ankillien
Administrator
Administrator
This code should do it...

Code:
.forabg ul.forums, .pmlist {
background-image : none !important;
background : #FFF url(http://i66.servimg.com/u/f66/13/46/75/82/a20.png) bottom repeat-x !important;
}

Add it at the end of all other codes.

6CSS problem. Empty Re: CSS problem. Wed Aug 25, 2010 4:16 pm

Joel

Joel
Registered Member
Registered Member
HAHA! Awesome! I think the previous codes also worked. Only if you told me

Add it at the end of all other codes.

Nevertheless, solved.
Thanks Ani.

http://www.advertisehotspot.info/

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