Detect support for background-attachment: fixed?

前端 未结 7 1756
花落未央
花落未央 2020-12-31 02:09

Is there a way to detect browser support for background-attachment: fixed?

Edit: Although this feature is widely supported on desktop browsers it is poorly supported

7条回答
  •  失恋的感觉
    2020-12-31 02:59

    fixed is supported in all desktop browsers, except IE6 and older.

    It is supported by most mobile browsers, but you may see some discrepencies due to viewport handling.

    Source

提交回复
热议问题