开发者

How to not crop the background when resizing the browser to smaller size?

开发者 https://www.devze.com 2023-04-06 03:47 出处:网络
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 f

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...

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号