Forum Moderators: not2easy
Either way it will fill the entire space it is set to fill…
In any event, I don’t remember seeing a property that can do this:
background-color: #000-#fff ¦ color-words; background-image: url('/images/image.png'); background-repeat: no-repeat ¦ repeat ¦ repeat-x ¦ repeat-y; background-position: 0-100% ¦ top ¦ right ¦ bottom ¦ left; background-attachment: fixed ¦ scroll ¦ inherit; By the way, Xapti,
background-position is to position where the image is, such as in the right top corner, etcetera.
Say your template has a horizon at the bottom with snow falling to the ground. So one fixed position image will be the snowy ground with a little bit of sky and snow on it. I don't know how high all my pages will be, so the rest of the snow will be in a repeatable tile. This only works if the snow tile starts bottom up. If I start the snow tile top down, the tile will be split and not mesh with the ground correctly.
Any ideas on how to make this work?