Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 491 Bytes

css-fixed.md

File metadata and controls

9 lines (7 loc) · 491 Bytes

feature: position:fixed status: use tags: none kind: css polyfillurls:

Fixed positioning isn't supported in IE6, but is fine in IE7 and everywhere else (except mobile, which is described at length here).

Use fixed positioning all you like, but you may want to check its behavior in mobile browsers afterward. There is a messy feature detect if you'd like it.