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

css3

 

テキストエリアに背景画像を表示するCSS。

textarea#info{
	background-image:url("../img/back.png");
	background-repeat: no-repeat;
	background-position: center center;
}