【发布时间】:2010-05-09 08:16:13
【问题描述】:
我在大学使用 JQuery UI 进行基于 Web 的开发。我得到了一些放入对话框的表单,所以我得到了像
这样的元素<label for="name">ID user</label><input type="text" name="iduser" size="15" id="iduser" class="text ui-widget-content ui-corner-all" maxlength=12 />
但我有一些 textarea 元素,例如
<label for="name">Description</label><textarea name="description" id="description" class="text ui-widget-content ui-corner-all" value=""></textarea>
问题:textarea 没有将 css 作为输入,我的意思是,我将圆角 textarea 作为输入文本,但字体大小和字体系列没有。
【问题讨论】: