I want to change the way i am displaying the background image in my pages to gain more flexibility.
Here my CSS Code at the moment in the section id="home" where the image is displayed:
background-image: url("/img/architecture.jpg");
background-attachment: fixed;
background-position: center 1115px;
height: 350px;
width: 100%;
margin-top: 35px;
box-shadow: 2px 1px 6px 0 #888888 inset;
I want to do the same thing but in this way: Create a div in position fixed with this Background-image in the same position and then put above the web page content in an other div (in position absolute?). IS that possible? How can you achieve that? Hope the explanation is clear
Here my page: http://tommywebdesigner.com/Home%20Page.html And also : http://fiddle.jshell.net/CGJmE/