Forums

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

Home Forums CSS Fixed and scalable background issue Reply To: Fixed and scalable background issue

#169204
Paulie_D
Member

Also if you set position:fixed; to an object you remove it from the normal document flow in the same way as setting position to absolute. This means that setting background size to cover it will extend to the full size of the window not to the div.

I think you are confusing

position:fixed;

and

background-attachment:fixed.