Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Making background images repeat further than screen size on given website Re: Making background images repeat further than screen size on given website

#84348
czajah
Member

I think it’s because of “position: absolute” property of #contentcontainer – absolute positioned elements are treated as “no dimension” (i mean width:0px; height:0px;) elements so they do not stretch a parent element.

Try change position to “relative”.