Issue Solved: HTML5 Geolocation not working in chrome By: CodexWorldLast Updated: Jun 9, 2016 ShareTweet If your chrome version is 50, then you’ll encounter that HTML5 Geolocation API is not working. In Chrome version 50, HTML5 Geolocation delivered over HTTP no...
Category: html css
html css
Perfect Full Page Background Image
html { background: url(images/bg.jpg) no-repeat center center fixed;-webkit-background-size: cover; -moz-background-size: cover;-o-background-size: cover; background-size: cover;}http://css-tricks.com/perfect-full-page-background-image/