Forums

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

Home Forums CSS 100% Width Background

  • This topic is empty.
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #29935
    paperrobots
    Participant

    I’m attempting to do a 100% width background. It works at first glance… however if you resize the browser smaller then my main 960px width and horizontally scroll to the right side of the page.. anything that is suppose to be 100% is cut off.

    Here’s what I mean:
    http://cl.ly/1yrt

    Here’s my code:

    Code:
    #column-full-width { width: 100%; background: url(image.jpg) repeat top left; height: 100px; }
    #column-inside { width: 960px; margin: 0 auto; }

    Some Content
    #81617
    paperrobots
    Participant

    I found a solution actually… put a min-width on the body. :)

Viewing 2 posts - 1 through 2 (of 2 total)
  • The forum ‘CSS’ is closed to new topics and replies.