2012-04-12 78 views
0

我在某些Android設備上遇到問題。當我嘗試點擊某些標籤時,它不會執行任何操作。奇怪的是,我在另一個屏幕上有一些選擇,他們工作得很好。 他們唯一的區別是不工作的標籤有float:right;但我刪除它,錯誤仍然發生。我不知道它會是什麼。安卓網絡瀏覽器上的<select>標籤問題

這是我的標記:

<p class="dobholder"> 
    <select class="right" id="y" tabindex="31"><option>Year</option>...</select> 
    <select class="right" id="d" tabindex="21"><option>Day</option>...</select> 
    <select class="right" id="m" tabindex="11"><option>Month</option>...</select> 
</p> 

回答

1

你有沒有這個元素在你的CSS overflow: hidden?刪除,解決這個問題對我來說