从tabindex包括<choices> </choices>

时间:2010-07-01 16:34:19

标签: html tabs html-select tabindex

是否可以标记为<select>元素?我正在创建一个相当密集的表单,通过所有而不仅仅是文本字段,可以大大受益。

<input type="text" name="date" value="00/00/0000" tabindex="1" />
<select name="hour" tabindex="2">
    <option value="1">01</option>
    <!-- Blah more -->
</select>
&nbsp;:&nbsp;

<select name="minute" tabindex="3">
    <option value="0">00</option>
    <!-- Blah -->
</select>

上面的代码在Firefox中不起作用(至少对我而言)。

0 个答案:

没有答案