Floated background images

Is there a practical way to set up a background image so that say 1/3 of the image is located at the top o the page, the next third repeats for the extra space, and the last third floats at the bottom?

It sounds like you need to divide things up into three separate divs. The top div has the top third as the bg image, and the bottom div has the bottom third. Top and bottom divs have a fixed height. Middle div has the repeating middle of the original image, and can expand to the height of the content.

Is there any easy way to do this?

What I described is easy. :slight_smile:

Perhaps post a link to what you have so far, or a screen shot of what you want.