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 problem. on Tue Aug 24, 2010 11:27 am

Joel


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

As you can see, i screenshot the problem of my forum.


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 2:46 pm; edited 1 time in total

http://www.advertisehotspot.info/

2 Re: CSS problem. on Tue Aug 24, 2010 10:53 pm

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

3 Re: CSS problem. on Wed Aug 25, 2010 9:55 am

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

4 Re: CSS problem. on Wed Aug 25, 2010 12:19 pm

Joel


Registered Member
Registered Member
No Ani. Still nothing.

http://www.advertisehotspot.info/

5 Re: CSS problem. on Wed Aug 25, 2010 2:00 pm

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.

6 Re: CSS problem. on Wed Aug 25, 2010 2:46 pm

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/

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