下拉Allignment [英] Drop Down Allignment

查看:84
本文介绍了下拉Allignment的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述





i在我的页面上有五个下拉列表,我需要在相同宽度的订单中安排它们,

我怎么能这样做?

Hi,

i have five drop down list on my page and i need to arrange them in an order with same width,
how can i do this?

推荐答案

你没有提供任何HTML标记来更清楚地了解问题。我猜你可以添加一种风格的方式属于您的选择列表,用于修复同一页面上所有选择框的宽度。



You have not provided any HTML markup to make more clear idea about question.Any ways as far as i guess you can add a style attribute to your select list fixing the width of all your select box on the same page.

<select id="Select1" style="width:100px">
    <option></option>
</select>







<select id="Select2" style="width:100px">
    <option></option>
</select>










<select id="Select3" style="width:100px">
    <option></option>
</select>







等等。

希望这能解决您的问题。


.
.
and so on.
Hope this will solve your problem.


这篇关于下拉Allignment的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆