我想要输入标题背景,但在刷新后无效:
<form name="spe_form" method="post" action="">
<label for="tag-title" >Widget title</label>
<input name="spe_title" style="color:#cf0000" type="text" id="spe_title"
value="<?php echo $spe_title; ?>" size="10" />
</form>
谢谢
答案 0 :(得分:0)
首先,如果我相信你要从变量$ spe_title中添加标题背景,那就错了。
每次刷新页面时,都需要重新初始化。
另外,如果你想在输入字段中添加背景,你还没有在字段中添加任何css来添加背景。
如果您正在寻找要在输入框中显示的文本,例如“Widget Title goes here”,那么您应该查看输入屏蔽javascript / jquery库