Forums

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

Home Forums CSS Elements don’t reposition when browser is resized Re: Elements don’t reposition when browser is resized

#122583
Paulie_D
Member

I think you need to consider what content will be in the site before deciding on width (or is that just there as a marker).

The problem is that the background image is likely to expand/contract based on viewport size/browser with and I don’t think you can position the required section in the way you think.

That background image should be on the body and not a separate div though.

It’s in the back of my mind that you MIGHT be do something with percentages…ANYONE!?

https://css-tricks.com/how-to-create-a-horizontally-scrolling-site/