I am creating a horizontal webpage and I am trying to make the body dynamically expand according to the content within it.
I am building the website here: http://www.obliquo.co.uk/
As you can see it all works, but I am forced to setting a huge body width in pixel value.
The content on the page will be changing all the time. If I don’t set a width in pixels, the divs start bumping vertically, naturally.
Your best bet would be to calculate the width the screen should be every time its changed using JS and then applying that value to the body’s width attribute, again using JS.