gpt4 book ai didi

html - 为什么我不能使用 CSS 来移动按钮?

转载 作者:行者123 更新时间:2023-11-28 07:59:33 25 4
gpt4 key购买 nike

这是我的代码,我无法使用 'button {margin-top:10px}

设置它的样式
<input type="text"></input><button type="button"><img src="searchlogo.png" id="search"></button>

它没有与文本输入齐平吗?有什么建议吗?

最佳答案

要了解 margin 如何运作,请参阅此 demo

CSS

    .b1{
background:orange;
color:white;
border:none;

}

.b2{
background:orange;
color:white;
border:none;
margin-top:100px;
}

HTML

<input type="text"></input><button class="b1">Button Title</button>
<br/>
<input type="text"></input><button class="b2">Button Title</button>
<br/>
<input type="text"></input><button class="b1">Button Title</button>

关于html - 为什么我不能使用 CSS 来移动按钮?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/29862623/

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