Forums

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

Home Forums CSS [Solved] Have both a fixed AND center bottom background Reply To: Have both a fixed AND center bottom background

#150680
Paulie_D
Member

What about putting this centered background inside div with position:fixed?

Don’t like the sound of that….it feels ‘hacky’.

For instance, utilizing both “background-position: fixed” and “background-position: center bottom” I don’t think the results are mutually exclusive.

Have you tried it? That’s what Codepen is for!

You might also look into background-attachment.