Issue when using position: fixed for toolbar in iOS 5 (iPad and iPhone)

前端 未结 1 963
闹比i
闹比i 2021-01-27 12:17

There\'s an issue when accessing my website (http://www.zero11arquitetura.com.br) on iPad or iPhone with iOS 5 that I can´t fix. When window is scrolled thru code every position

相关标签:
1条回答
  • 2021-01-27 12:33

    I've solved this with a trick. I've created invisible divs over the menu items that changes it's position when page scrolls (simulating afixed element over the real position: fixed menu items). When user clicks or hover over those invisble divs the real ones are called

    0 讨论(0)
提交回复
热议问题