• Hello forumers,

    I made a background under my site as DIV.

    #tlo { background-image: url(../../images/backgr.jpg); width: 1920px; height: 1058px; margin: auto; margin-left: -283px; position: absolute; }

    I made it for bigger resolution so every poeple can see more or less part of it however I got a problem on my 1366×768.
    Instead of hidden overflow it adds the scrollbar to the width. I shouldn’t see just rest part of background instead of adding pointless scrollbar.

    What should I add to CSS to make overflows in the background not visible for less monitors?

Viewing 1 replies (of 1 total)
  • Instead of hidden overflow it adds the scrollbar to the width.

    Would adding “overflow: hidden;” do anything to help?

Viewing 1 replies (of 1 total)

The topic ‘Background and resolution’ is closed to new replies.