我正在使用 jquery-mobile,我有这两个按钮:
<p id="propart">Pro:
<select id="chosenpro" data-inline="true"></select>
<button type="button" id="resetbutton" data-inline="true" data-theme="w">Reset</button>
</p>
我希望它们并排显示(内联)。但我无法弄清楚。我这样做了,但它不起作用。你能帮我吗 ?这是我的CSS:
#propart .ui-select {
width:75%;
}
#propart .ui-select .ui-btn-icon-right {
width:100%;
}
#propart .ui-btn {
width:25%;
}