Forums

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

Home Forums CSS Resized window, background stops repeating Re: Resized window, background stops repeating

#73835
Chris Coyier
Keymaster

The ol’ classic disappearing background. The reason is that those DIV’s default to 100% wide. 100% wide in this context means as wide as the browser window. So when the browser window is narrower, that div is only as wide as it, and so scrolling over further beyond that width means no background. It looks like it’s that resume graphic that is pushed over that is causing it. Might wanna set a min width on those div’s that goes out at least as far as that resume graphic.