POST TIME:2020-03-13 22:53
最近想給網站的背景進行更換,突然想到,如何更換評論框的背景呢?經過一些嘗試,終于找到了修改方法:
在評論框上加個屬性:
以下為引用的內容: <textarea name="msg" rows="5" cols="45" id="Content" onpropertychange="if(value.length>100) value=value.substr(0,100);sNum.innerText=this.value.length;" onkeyup="" style="background:url(http://img.genban.org/images/pllogo.gif) center no-repeat #fff;"></textarea> |
將代碼換成以上代碼即可 http://img.genban.org/images/pllogo.gif換成自己的圖片地址。