テキストエリアに背景画像

テキストエリアに背景画像を表示するCSS。
textarea#info{
background-image:url("../img/back.png");
background-repeat: no-repeat;
background-position: center center;
}

テキストエリアに背景画像を表示するCSS。
textarea#info{
background-image:url("../img/back.png");
background-repeat: no-repeat;
background-position: center center;
}