CSS div buttons not working on Iphone or Ipad
问题 I am working on a web base app for my school with different versions of CSS for handheld, tablet and desktop. I am using media queries for this. The app is almost done and it works correctly on almost all browsers and android. The app looks awesome on Iphone/Ipad however buttons do not work making the app useless in these devices. This is what I have: //Source code <div id="signinbutton" class="blue_button">Sign In</div> //desktop.CSS .blue_button { width: 130px; height: auto; padding: 8px;