You have for example: stackoverflow.com when you resize the width of your browser to smaller size you will see a large padding from the right, same for this webpage http://www.hyper.no/ (bottom page footer)
I'm not sure if they are using Compass blue开发者_JAVA技巧print, but I am and I have this problem when adding the @include container it adds the following css:
width: 950px; margin: 0 auto; overflow: hidden; *zoom: 1;I would like that the width get 100% even resizing the browser to smaller size
I finally found the answer for this, it's quite simple for example you put a width of 960px and when you resize your windows to a smaller size, just put min-width:960px on your body and you won't see the gap. I spent 3 hours to find it...
精彩评论