【发布时间】:2011-01-09 19:38:45
【问题描述】:
当用户点击该字段时,我设法删除了背景,但当它模糊时我无法恢复它!
这是字段:
<textarea class="question-box" style="width: 240px; background:
white url('http://chusmix.com/Imagenes/contawidget.png') no-repeat
50% 50%; color: grey;" cols="12" rows="5" id="question-box-' .
$questionformid . '" name="title" onblur="if(this.value == '') {
this.style.color='#848484'; this.style.background='
white url('http://chusmix.com/Imagenes/contawidget.png') no-repeat 50% 50%';}"
onfocus="if (this.value == '') {this.style.color='#444';
this.style.background='none';}" type="text" maxlength="200" size="28"></textarea>
谁知道我做错了什么??谢谢
【问题讨论】:
标签: javascript css forms styles