In this page:

> http://www.parallaxwebdesign.com/projects/pete/

If you drag the bottom of the window down and out you can see that the 
footer background repeats in the x-direction fine, but not in the 
y-direction.

I'm not sure if this can work this way, but I'd like it to extent 
indefinitely downward (or just to the point where if they're using a 
higher resolution, the background pattern doesn't just end abruptly).

Here's the CSS:

#footer {
clear: both;
position: relative;
bottom: 0;
left: 0;
padding: 0;
min-height: 90px;
height: auto;
background-image: url(graphics/footer_bg.gif);
background-position: left;
background-repeat: repeat;
}

Debbie
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7 information -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to