コメント投稿欄を画像にコメント投稿欄を画像にします /*コメント投稿欄を画像に*/ .commentBtn{ width:224px;/*横幅*/ height:64px;/*高さ*/ background-image:url(画像のURL); text-indent:-9999px; } .basicBtnS{/*枠・背景*/ border:none; background-color:transparent; }