How can I make all my pages have the same background feeling as my homepage. For example if you see this page you can see the background is out of place. Let me know if you want me to send you the code but pretty much you can see it at these pages. Thanks a lot!
PS: Any other way besides using position fixed?
Try a different approach… Instead of using 2 different gradients in two different div’s (
#hhbg
and#footer
), just combine the two gradients into one image and apply it as a background to, for example,body
. Then usebackground-position
to anchor the image to the bottom corner and repeat it horizontally.