Your Trouble Maker: positioned:fixed

我對position: fixed的意見是…沒事別用太多

Desktop:

  1. 頁面太長機能不行的在scrolling會小lag
  2. 某些Browser如FF (8代還會) zoom了scrolling也會小lag

Mobile:

  1. iOS5以下不支援 (會fallback至position:absolute)
  2. iOS5有bug: iOS5 position fixed bug

慎用。

Tags: WTF css