在jQuery中调整Select List的宽度

时间:2014-07-21 17:37:18

标签: jquery html css

我正在使用jQuery Mobile。我无法更改选择列表的宽度。我试过这样的东西,但它不起作用:

<label> Give a rating:</label>
<select width="100px" style="width: 100px" id="rating_restaurant">
    <option value="1star">1-star</option>
    <option value="2star">2-star</option>
    <option value="3star">3-star</option>
    <option value="4star">4-star</option>
    <option value="5star">5-star</option>
</select>

0 个答案:

没有答案