ここにこの画像がありますhttp://inauguralseason.com/wp-content/themes/twentyeleven/images/wehavelaunched.pngの背景画像として使用したいh1
私の問題は、左側の部分を表示するにはどうすればよいですか? ここに私の現在の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
ていたのですが、うまくいきませんでした。