首页 > 技术文章 > 定义背景图片位置

qq21270 2013-11-24 17:16 原文

 定义背景图片位置:

background:url("img/bee.jpg") no-repeat ;
background-position:right bottom;
background-position:400px 50px;

 定义div最大最小宽度:

max-width:990px;
min-width:800px;
min-height:400px;

 

推荐阅读