Re: How to make a Header like techboise.com
The site loads fine this morning.
YelllowBox has a small write up: http://yellowboxstudio.com/blog/techboise-boise-web-design/
Here is the css for the parallax script:
`#parallax-images {
position: absolute;
top: 0;
left: 0;
right: 0;
overflow: hidden;
width: 100%;
height: 400px;
margin: 0px auto;
background: url(‘images/parallax/skyblue.jpg’) no-repeat top center;
}
.buildings { width: 2200px; height: 219px; padding-top: 90px; text-align: center;}
.mountains1 { width: 2200px; height: 221px; padding-top: 110px; text-align: center; }
.mountains2 { width: 2200px; height: 167px; padding-top: 75px; text-align: center; }
.balloons { width: 1900px; height: 158px; } .balloons img { position: absolute; right: 250px; }
.clouds { width: 2200px; height: 336px; text-align: center; }`