Hi can someone help me i've been trying to make a body background to display on the side of my main div i want my images to display like the iphone images displaying on the side of this site http://www.thesun.co.uk/sol/homepage/
Those are fixed background images, to do so: #mybox { width: 100%; background: url (urltofile) top left no-repeat fixed; } Code (markup):
A number of properties involved in the manipulation of background body, but most of the time this code is preferred : body { background: white url(PATH of FILE) no-repeat top right; }