gpt4 book ai didi

html - 按钮和输入框的CSS对齐

转载 作者:太空宇宙 更新时间:2023-11-03 21:32:50 25 4
gpt4 key购买 nike

我想先显示文本框,然后显示按钮。但是现在先显示按钮。我附上了 css 代码和 html

css
.search,.stxt{
float: right;
}
html
<form method="POST">
<p style="align:right;">
<input class="stxt" type="text" name="searchtxt"><a style="padding-right:2ex;"></a>
<button name="search" class="search">Search</button></p>
</form>

enter image description here

最佳答案

float 的性质将优先考虑列表中的第一个元素。这就是您的输入文本框位于右侧的原因。

我建议将您的元素包裹在一个 div 中,然后让它 float 到右侧。

关于html - 按钮和输入框的CSS对齐,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/28473350/

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