• Resolved krez

    (@krez)


    Hi all,

    I have a background image, let’s call it the “wrapper,” the red flamey image that adorns the sides (my site is at http://www.metalsucks.net).

    All looks fine when the browser window is big enough… but if I resize the browser window to smaller than the width of the site, the wrapper continues moving left while the header and all of the content stay put.

    How can I make the “wrapper” stay put when the window width is smaller than the width of the site?

    The Body code from my stylesheet is as follows:

    body {
    	font-size: 62.5%; /* Resets 1em to 10px */
    	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
    	background: #000000 url('images/sidegraphicnew.gif') repeat-y top !important;
    	}

    Any help would be appreciated. Thank you.

Viewing 1 replies (of 1 total)
  • Thread Starter krez

    (@krez)

    i fixed it. moved the “background” attribute into the #page section and that took care of it.

Viewing 1 replies (of 1 total)

The topic ‘Background imagine not lining up’ is closed to new replies.