Howdy all
I have a problem with my css background image. It only extends down the page through 100% of the content. Here's the problem:
http://www.thadallender.com/photos
It should extend down the entire page, however, it just extends and stops where the page's content stops. Any help? Thanks in advance
Thad
Put it in the body tag:
[HTML]body { text-align: center; margin: 0px; background: transparent url(http://www.thadallender.com/blog/images/bg_slim.gif) repeat-y 100%; }[/HTML]
Your link appears to be broken for me.