backgrounds Slideshow, but text scrolling

116 Views Asked by At

I have a WebSite with a single background image, fixed and responsive. The page and text on it are scrolling as usual. This is the code I'm using:

body {
    background-image: url(background.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}

I would like to change it; a Slideshow with 3 background-images, fixed and responsive, with scrolling page and text.

How can I do it?

1

There are 1 best solutions below

0
On

you can use css3 animations and keyframes to achieve it.

You can use this link to refer http://css3.bradshawenterprises.com/cfimg/#cfimg3