Creating a diagonal Background effect with a repeat background

169 Views Asked by At

I'm really on the side trying to figure out out to make this happen.

I have a repeating background image: lets say:

body{
    background: url(img/triangles.jpg) repeat;
}

That BG image is: width: 113px; height: 183px;

What I want to do is to make that background grow until if occupies the browser window and if the user srcools down it keeps on growing...

The example of the desired effect: http://aviathemes.com/aviaslider/?slider=diagonal-blocks -> The diagonal block effects.

0

There are 0 best solutions below