在textarea里添加图片的问题
请教如何在textare里添加图片?
<div style="background:url('1.jpg');border:0px; width:200px;height:70px;"> <textarea id="dd" style="background:transparent;width:200px;height:70px;border:0px;">333</textarea> </div>也可以不要外围DIV直接加在T的背景里:
<textarea id="dd" style="background:url('1.jpg');opacity:0.5;width:200px;height:70px;border:0px;">33333国家万岁24324</textarea>
<div style="background:url('1.jpg');overflow:none;width:180px;height:70px;"> <textarea id="dd" style="background:transparent;overflow:none;width:200px;height:70px;border:0px;">333</textarea> </div>