gpt4 book ai didi

css - 使用 CSS HTML 提交按钮的垂直对齐

转载 作者:技术小花猫 更新时间:2023-10-29 11:28:25 29 4
gpt4 key购买 nike

我无法让我的提交按钮与我在 Internet Explorer 中的输入一致显示。在 safari 和 firefox 中对齐很好,但 IE 将按钮降低了大约 5px。知道为什么会发生这种情况或我该如何解决它吗?

网址是http://www.menslifestyles.com单击页面顶部的订阅,表单将弹出。两个输入是直线排列的,但是提交按钮没有对齐!

--------html--------

<div id="subscribe">
<form id="subscribeform" method="post" action="/maillists/subscribe" accept-charset="utf-8">
<div style="display:none;"><input type="hidden" name="_method" value="POST"></div>

<label for="MaillistName">Name</label><input name="data[Maillist][name]" type="text" maxlength="255" id="MaillistName">&nbsp; &nbsp;
<label for="MaillistEmail">Email</label><input name="data[Maillist][email]" type="text" maxlength="500" id="MaillistEmail">
<input type="submit" value="Submit"><a href="#" id="closelink">X</a>
</form></div>

-----CSS--------

#subscribe{
width:620px;
position:absolute;
top:25px;
left:50%;
margin-left:-120px;
overflow: auto;
z-index: 1000;
background: #ffffff;
color:#6e6e6e;
font-size: 10px;
text-transform: uppercase;
font-family: Helvetica, Verdana;
}
#subscribe input{
border: 1px solid #e5e5e5;
display: inline;
height: 12px;
color:#cccccc;
width: 215px;
}
#subscribe input[type="button"], #subscribe input[type="submit"]{
clear:both;
padding:3px, 0px;
-webkit-appearance: none;
font-family: Helvetica, Verdana;
background-color:#cccccc;
text-align:center;
color: #3c3c3c;
font-size:10px;
text-transform: uppercase;
border: none;
cursor: pointer;
display: inline;
height:15px;
width:60px;
position:relative;
margin-left:5px;
}
#subscribe form{
margin:0px;
padding:0px;
}
#subscribe label{
display: inline;
font-size: 10px;
}
#subscribe a{
text-decoration: none;
color: #cccccc;
}
#subscribe #closelink{
padding:0 5px;
}

最佳答案

在你的 #subscribe input[type="button"], #subscribe input[type="submit"] 的 css 中尝试添加 vertical-align: top;

关于css - 使用 CSS HTML 提交按钮的垂直对齐,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/6082654/

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