0
我用下面的HTML代碼隱藏在www.eventbrite.com登記按鈕:HTML顯示:無不是wotking爲移動設備
**
<style>
#ticketInfo {
display: none !important;
}
#TicketReg {display: none !important;
}
#see_whos_going .panel_head2 {
margin-top: -27px;
}
#OrderReg {display:none !important;}
</style>
這正常桌面上,但似乎不適用於移動設備,例如蘋果手機。我是一個編碼新手,所以任何消息都將非常感謝!
任何想法?
發佈你的html代碼,'display:none!important'適用於兩者。 – yaqoob
您的HTML中可能存在錯誤,而iPhone瀏覽器的處理方式與其他瀏覽器不同。 –