• Does anyone know whether (and if so how) can I set up CSS to create a display that would be say 125% of a viewer’s screen resolution. What I would like is to have what looks like a two column format, a wide column for posts, and a sidebar on the right with the most important things in it, but actually have a second sidebar even further to the right that would contain less important things, that I would be willing for the viewer to have to scroll right to see.

    I tried setting it up but the extreme right sidebar, plus my normally visible right sidebar, both moved down to the bottom of the screen under my wide column for posts

Viewing 1 replies (of 1 total)
  • Hmm…

    main container: 1000px

    Start Container: 600px – float it left
    box1:400px – float it left
    box2:200px – float left or right (shouldn’t matter)
    End Container

    extracontainer: 380px – float it right

    End main container

    That’s the basic principle.. would need adjusting for margin/padding

Viewing 1 replies (of 1 total)
  • The topic ‘Scroll Right’ is closed to new replies.