Fixed header in Jqtouch

前端 未结 6 1312
-上瘾入骨i
-上瘾入骨i 2020-12-18 07:47

What should i change in the basic theme of jqtouch to have a fixed header (+ footer maybe...)? I have tried with position:fixed.. but nothing worked...

6条回答
  •  伪装坚强ぢ
    2020-12-18 08:37

    Mobile Safari doesn't support position:fixed (at least not in a way that makes it useful for web development).

    Alternatively you could try to implement this javascript solution

提交回复
热议问题