gpt4 book ai didi

html - 我怎样才能把它移下来?

转载 作者:行者123 更新时间:2023-11-28 17:47:12 24 4
gpt4 key购买 nike

我有一个表单的提交和重置按钮,但我终究无法弄清楚如何将它们放在文本框下方。然后地址元素也显示在右侧。

submit/reset buttons problem

<label id="warranty">
<input type="checkbox" name="warranty" />
Yes, I want the 24-month extended warranty
</label>



<label for="request" id="request">Any special requests on your order?</label>
<textarea name="request" id="request"></textarea>


<input type="submit" value="Submit Order" />
<input type="reset" value="Cancel" />

</form>

CSS:

input[type="submit"], input[type="reset"] {
display: inline-block;
width: 150px;
float: inline;
}

我肯定错过了什么吧?

最佳答案

CSS

#request { display: block; clear: both; }

Working Fiddle

关于html - 我怎样才能把它移下来?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/23051115/

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