hjast
02-28-2008, 01:11 PM
Hey this is my website and I have a problem that I cant fix. I have no idea why the yellow shadow is not going all the way down the page. www sellyourcollegestuff com/testing/theta php
Hopefully, this is a stupid mistake that is easily fixable.
reuben
Mookman288
02-28-2008, 02:38 PM
Hey this is my website and I have a problem that I cant fix. I have no idea why the yellow shadow is not going all the way down the page. www sellyourcollegestuff com/testing/theta php
Hopefully, this is a stupid mistake that is easily fixable.
reuben
It seems to me, without looking at any code that it's only going as so far as the container is. Like:
#Container {
background-color: #000;
background-image: url('blah.png');
background-position: top center;
background-repeat: repeat-y;
}
It would be helpful if you could include the code.
There's ways you can make it go all the way to the browser edge (mainly, setting it as the background-image for the body or html tags.)
WebDesignGold
03-01-2008, 12:08 AM
Try adding the following (in red):
.oneColFixCtr #background {
background-image:url(/testing/back.gif);
background-repeat:repeat-y;
float:left;
width:100%;
}
x1x9x8x1
03-01-2008, 10:25 AM
post above this will fix 100% nice work webdesigngold