How can I do this?

Hi Can some one tell me how to save or create a page with this background effect like http://www.tvguide.com/.

I like that every time you scale the browser the image in the background hides and the contend always stays in the middle.

Also the the BG loads fast…

Best Regards

http://www.stripegenerator.com/

Then in your style sheet:


html {
background-image:url('images/myStripe.png');
}
body {
margin-left:5%;
margin-right:5%;
}

word em’ up, what a badass tool

Good find! What a handy resource :bu: