February 2014
Intermediate to advanced
410 pages
8h 15m
English
Fullscreen image backgrounds can provide a very attractive splash screen for any website. This recipe will show you how to use jQuery to dynamically change the background image of your website.
Create recipe-4.html, recipe-4.css, and recipe-4.js in the same directory as the jQuery library. For this recipe, you will also need a set of images that will be used as the background images. Find three or four large images (upto 1280 X 1024 px in size), and save them in the same directory as the three files you have just created.
Have the three files you have just created open and ready for editing.
recipe-4.html to create the basic web page and elements to hold the background ...Read now
Unlock full access