代码
<style>#area:focus {background-color: red;border:none;}
</style><input type="text" name="t1" tabindex="2" /><input type="text" name="t2" tabindex="3" /><input type="text" name="t3" tabindex="1" /><input type="submit" name="t4" value="SendInfo" tabindex="0" /><div id="area" class="area" tabindex="4">111</div>
当我们使用按·
tab
健切换到下一个输入框的时候。会按顺序tabindex
切换,当等于-1
就不会被聚焦切换