gpt4 book ai didi

html - 如何将 jQuery UI 按钮水平对齐到 div?

转载 作者:太空宇宙 更新时间:2023-11-04 14:39:25 28 4
gpt4 key购买 nike

我有以下 HTML 结构(这个结构对我很重要):

<div>
<div class="element">
<div contenteditable="true" class="inputdiv"></div>
</div>
<div class="element" id="zbtn">OK</div>
</div>

和 CSS:

.inputdiv {
width: 100px;
height: 16px;
overflow: hidden;
padding: 3px 3px 2px;
white-space: nowrap;
border: 1px solid #aaa;
border-radius: 2px;
}
.element {
font-size: 11px;
font-family: Helvetica,Arial;
display: inline-block;
}

我从 DIV 创建一个简单的 jQuery UI 按钮(这也很重要):

$('#zbtn').button();

按钮通常在 Chrome 中对齐,但在 Firefox 和 IE 中则不然

请看图片:

jQ UI button next to a DIV

和 jsFiddle:

http://jsfiddle.net/Grigur/SPLLW/

最佳答案

vertical-align:middle 添加到 .element,更新了 fiddle http://jsfiddle.net/SPLLW/1/

关于html - 如何将 jQuery UI 按钮水平对齐到 div?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/18485676/

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