How do I make a background image full page with CSS?

How can I make a background image of a web page blur out gradually when scrolling down the page?

  • Note the background image is simply one picture, not a link! I'm a beginner programmer. Not sure what language I should use in this circumstance. I've just learned basic html, css, php and a small portion of java script. It'd be very helpful if you can let me know the specific code I need to realize this function as I'm thinking to make some change using this to my web site. I'd definitely take some time to study the code to learn something later on. It's certainly helpful as well if you just tell me what language can be used to make it happen. Thanks a lot!

  • Answer:

    Ask you question on http://Stackoverflow.com

Caspar Wrede at Quora Visit the source

Was this solution helpful to you?

Other answers

Don't want to spoil the fun giving away the code. An example CSS for full screen background and using the Jquery scroll events can be found at http://icscreative.com/essential-css-javascript-html-snippets-for-frontend-developers/. You can simply toggle the pre blurred image on scroll event or you can use a js library (eg. http://www.pixastic.com/lib/docs/actions/blur/ ) to blur image on scroll event.

Pushparaj Adigopula

use skrollr.js library which can perform all the css tricks depending on your scrolling motion

Sai Kiran Anagani

Related Q & A:

Just Added Q & A:

Find solution

For every problem there is a solution! Proved by Solucija.

  • Got an issue and looking for advice?

  • Ask Solucija to search every corner of the Web for help.

  • Get workable solutions and helpful tips in a moment.

Just ask Solucija about an issue you face and immediately get a list of ready solutions, answers and tips from other Internet users. We always provide the most suitable and complete answer to your question at the top, along with a few good alternatives below.