我目前有一个类似以下的"表">
<div style="display: inline-block; width: 48%; vertical-align: top;">
<label>Firma</label>[text* firma]
<label>Telefon</label>[number telefon]
</div>
<div style="display: inline-block; width: 1%;"></div>
<div style="display: inline-block; width: 48%; vertical-align: top;">
<label>Name</label>[text* fullname]
<label>E-Mail</label>[email* email]
</div>
当我想用"tab"(Windows(浏览不同的表单字段时,它会从左上角转到该字段下面的字段。我想从左向右移动,然后再从右上移动,再从左(左上角以下(移动,以此类推。我找不到任何与此相关的内容。你有什么提示吗?
您可以在字段中使用tabindex属性来执行此操作。查看这些链接了解tabindex,https://www.w3schools.com/tags/att_global_tabindex.asphttps://developer.paciellogroup.com/blog/2014/08/using-the-tabindex-attribute/