CSS background-position 问题

时间:2014-06-26 17:26:42   收藏:0   阅读:337

今天在用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

原文:http://www.cnblogs.com/strangerqt/p/3808737.html

评论(0
© 2014 bubuko.com 版权所有 - 联系我们:wmxa8@hotmail.com
打开技术之扣,分享程序人生!