背景位置更灵活?

时间:2013-04-01 18:21:22

标签: html css background-image

我想将T恤图片(当前位于左下角)向右移动一点(约40像素)。我怎么能实现这个目标?我尝试将40px的填充权限设置为页面正文,然后整个内容移动,这不是我想要的。非常感谢

enter image description here

Html, body {
    padding: 0 0 0 0;;
    min-width: 1024px;
    margin: 0;
    height: 100%;
    font-family: Tahoma, Geneva, sans-serif;
    background-image: url(pics/T-shirt.png);
    background-repeat:no-repeat;
    background-position:left bottom

2 个答案:

答案 0 :(得分:1)

您可以使用%或像素设置background-position: x y;

答案 1 :(得分:1)

你试过了吗?

background-position:40px bottom