954,598 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Have something to say? Contribute New Article Reply to this Article

problem with background image repeat-y

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

endortrails
Newbie Poster
1 post since Apr 2005
Reputation Points: 10
Solved Threads: 0
 

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]

DanceInstructor
Posting Whiz
368 posts since Feb 2005
Reputation Points: 17
Solved Threads: 14
 

Your link appears to be broken for me.

cscgal
The Queen of DaniWeb
Administrator
19,437 posts since Feb 2002
Reputation Points: 1,474
Solved Threads: 231
 

This article has been dead for over three months

Post: Markdown Syntax: Formatting Help
You