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

Recommended Answers

All 2 Replies

Put it in the body tag:

body {
text-align: center; 
margin: 0px;
background: transparent url(http://www.thadallender.com/blog/images/bg_slim.gif) repeat-y 100%;
}

Your link appears to be broken for me.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.