in need of some CSS help
-
Alright my problem is a tad bit hard to describe, basically, the content area where text would go on a page, is white. but underneath it, its black. I want the White part of the of it to extend to the bottom of the page even when there is no next there. As it stands now it just doesn’t look right.
I have pinpointed the bit of CSS which Iam sure controls this (I know this because I have messed with it a bit)
Included are two pictures showing what I mean
This image is what I mean, even if the text doesnt hit the bottom of the page, the background for text is still there…
https://i133.photobucket.com/albums/q72/Kid2k789/MovieTelevisionReviews-TheSpoonyExperiment_1294026489138.pngHere is MY site
https://i133.photobucket.com/albums/q72/Kid2k789/Videos-ResoWalkthroughs_1294026391177.pngHERE is the code in question
.art-contentLayout .art-content {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:#FFFFFF none repeat scroll 0 0;
border:0 none;
float:left;
margin:0;
overflow:hidden;
padding:0;
position:relative;
width:749px;Any ideas would be greatly appreciated!
- The topic ‘in need of some CSS help’ is closed to new replies.