gpt4 book ai didi

html - 表格行中同一行的选择框和输入框

转载 作者:太空宇宙 更新时间:2023-11-04 02:31:57 24 4
gpt4 key购买 nike

我一直试图让一个选择下拉列表与表格行中的输入框保持在同一行,但输入框一直转到下一行。我试图用 display:inline-block 将它们都包装在一个 div 中,但它不起作用。

<table>
<tr>
<td>
<div style="display:inline-block">
<select id="ajaxtypes">
<option value="volvo">Volvo</option>
<option value="saab">Saab</option>
</select>
<input type="text" name="type" style="width:100%; background-color:#fff000">
</div>
</td>
<td>
<input type="text" name="type" style="width:100%; background-color:#fff000">
</td>
<td>
<input type="text" name="type" style="width:100%; background-color:#fff000">
</td>
<td>
<input type="text" name="type" style="width:100%; background-color:#fff000">
</td>
</tr>
</table>

如果能得到任何帮助,我将不胜感激。

这是一个JSFiddle

最佳答案

使用 <div style="white-space: nowrap"> .或者你甚至可以把那个样式放在 <td> 上.

关于html - 表格行中同一行的选择框和输入框,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/36354135/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com