我在這裏有這個圖片我想有作爲我的背景圖片爲h1
http://inauguralseason.com/wp-content/themes/twentyeleven/images/wehavelaunched.pngCSS標題1級的背景圖像
我的問題是我怎麼得到這個角色向左出現?這是我目前的CSS代碼
.homeBottom h1 {
background-image: url("http://inauguralseason.com/wp-content/themes/twentyeleven/images/wehavelaunched.png");
color: #FFFFFF;
height: 36px;
margin-left: -50px;
width: 589px;
}
我還以爲使用margin-left:-50px
會工作,但事實並非如此。