2013-09-27 17 views
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> 

這正常桌面上,但似乎不適用於移動設備,例如蘋果手機。我是一個編碼新手,所以任何消息都將非常感謝!

任何想法?

+0

發佈你的html代碼,'display:none!important'適用於兩者。 – yaqoob

+0

您的HTML中可能存在錯誤,而iPhone瀏覽器的處理方式與其他瀏覽器不同。 –

回答

0

Eventbrite事件頁面的移動優化視圖不會呈現由客戶/事件組織者添加到自定義標題的HTML/CSS(與您可以添加自己的CSS來覆蓋任何CSS的桌面版本不同樣式元素)。