Re: [css-d] help with footer background image repeat

2007-08-01 Thread Nicole Williams
Hi Debbie, I think you have two options. By removing the line below it should repeat continually to fill the area: background-position: left; Or, make the footer image a taller image. This will give the illusion of repeating both x and y directions. Nicole Debbie Campbell wrote: In this

[css-d] help with footer background image repeat

2007-07-29 Thread Debbie Campbell
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

Re: [css-d] help with footer background image repeat

2007-07-29 Thread Arian Hojat
Hey Debbie, Well if you wrap a border around your footer, you see it is the 90px u specify and the background image repeats for the height thats there. So your css rule is doing what it supposed to be doing. Maybe you want something more like this where footer stays at bottom unless content

Re: [css-d] help with footer background image repeat

2007-07-29 Thread Micky Hulse
This is how I might go about your layout: http://www.ambiguism.com/sandbox/parallax.php (Only tested in the latest versions of Safari, FF, IE, and Opera via XP) I use the body for the footer background. Still a lot more could be done with code. I chose to use HTML strict DTD too... I used to