Quote:
Originally Posted by hjast
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:
Code:
#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.)