0
下面是一個下拉式搜索表單,我正在查看顯示的this.value句子中的一個單詞的顏色。以php形式更改一個輸入詞的顏色
<form method="get" id="searchform" action="<?php bloginfo('url'); ?>/">
<input type="text" onfocus="if(this.value=='We'll steer you in the right direction') this.value='';" onblur="if(this.value=='') this.value='We'll steer you in the right direction';" value="We'll steer you in the right direction" name="s" id="s" /><br />
進出口尋找到具有不同的顏色顯示的單詞「轉向」。
在此先感謝。
你不能,這是不可能與香草選擇框。 – meagar