-1

This is the problem http://screencast.com/t/Dgfd5vTeEY

This is the site http://eotomarketingsystems.com/

I have looked everywhere but the only method i got the background image to be full width. was by using the method here: CSS Tricks—Full Background Image, but it was made background-image fixed which messed everything up. is there a simpler way to just make it reach that area after you scroll to the right?

Liftoff
  • 24,717
  • 13
  • 66
  • 119
user19224
  • 13
  • 1
  • 3
  • why there's a scrollbar? I suggest remove it and set max or fixed width to your container – james Dec 03 '12 at 02:22

1 Answers1

0

Now Define min-width in your body css as like this

if your main wraper width is 980px;

than define your

body{
min-width:980px;
}
Rohit Azad Malik
  • 31,410
  • 17
  • 69
  • 97