Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
向 SO 的 css 大师们打电话!我有一个用重力形式创建的形式。
代码中所有输入字段的逻辑顺序是 1) 单选按钮 2) 所有字符串/文本输入 3) 文本区域
我正在尝试使单选按钮中的选项卡将用户引导至文本区域,然后引导至其他文本输入字段,但这弄乱了外观=\ 关于我能做什么的任何想法?
尝试保持原始布局,但使用 tab order 来设置 tabbing 发生的顺序:
http://webcheatsheet.com/HTML/controll_tab_order.php