CSS background-position 问题

时间:2014-06-26 17:26:22   收藏:0   阅读:199

今天在用background-position进行BODY背景图定位的时候发现100% 100%理应定位在右下角,结果却不一致,查了下语法也没问题

结果发现是background-attachment:fixed加上后才能定位到自己预定的位置。

发现一个规律:当使用像素定位的时候比如100px 200px  等 background-attachment:fixed有无可无;

当使用百分比和left top bottom right定位的时候,background-attachment:fixed必须加上才可以显示出预计的效果

CSS background-position 问题,布布扣,bubuko.com

评论(0
© 2014 mamicode.com 版权所有 京ICP备13008772号-2  联系我们:gaon5@hotmail.com
迷上了代码!