* { box-sizing: border-box; margin: 0; padding: 0; } html { position: relative; min-height: 100%; } html, body, .views, .view { width: 100%; height: 100%; overflow: hidden; } .views, .view { position: absolute; top: 0; left: 0; } .view { overflow: auto; -webkit-overflow-scrolling: touch; } li { position: relative; } img { border: 0; vertical-align: top; max-width: 100%; height: auto; } .footer { position: fixed; right: 0; bottom: 0; left: 0; z-index: 9; background: #fcd; line-height: 4; color: #f12; text-align: center; font-size: 30px; }