@BlackAngel html body {
-webkit-animation-name: diashow;
-webkit-animation-duration: 10s;
-webkit-animation-iteration-count: infinite;
-webkit-animation-delay: 70;
-webkit-animation-timing-function: ease;
-moz-animation-name: diashow;
-moz-animation-duration: 10s;
-moz-animation-iteration-count: infinite;
-moz-animation-delay: 70;
-moz-animation-timing-function: ease;
-o-animation-name: diashow;
-o-animation-duration: 10s;
-o-animation-iteration-count: infinite;
-o-animation-timing-function: ease;
-khtml-animation-name: diashow;
-khtml-animation-duration: 10s;
-khtml-animation-iteration-count: infinite;
-khtml-animation-delay: 70;
-khtml-animation-timing-function: ease;
background-attachment: fixed;
background-position: -70px -180px;
margin: 0;
}
@-webkit-keyframes diashow {
0% {
background: url(hier die url des bildes1);
background-attachment: fixed;
background-position: 0px 0px;
margin: 0;
}
30% {
background: url(hier die url des bildes2);
background-attachment: fixed;
background-position: 0px 0px;
margin: 0;
}
70% {
background: url(hier die url des bildes3);
background-attachment: fixed;
background-position: 0px 0px;
margin: 0;
}
90% {
background: url(hier die url des bildes4);
background-attachment: fixed;
background-position: 0px 0px;
margin: 0;
}
100% {
background: url(hier die url des bildes5);
background-attachment: fixed;
background-position: 0px 0px;
margin: 0;
}
}
@-moz-keyframes diashow {
0% {
background: url(hier die url des bildes1);
background-attachment: fixed;
background-position: 0px 0px;
margin: 0;
}
30% {
background: url(hier die url des bildes2);
background-attachment: fixed;
background-position: 0px 0px;
margin: 0;
}
70% {
background: url(hier die url des bildes3);
background-attachment: fixed;
background-position: 0px 0px;
margin: 0;
}
90% {
background: url(hier die url des bildes4);
background-attachment: fixed;
background-position: 0px 0px;
margin: 0;
}
100% {
background: url(hier die url des bildes5);
background-attachment: fixed;
background-position: 0px 0px;
margin: 0;
}
}
@-o-keyframes diashow {
0% {
background: url(hier die url des bildes1);
background-attachment: fixed;
background-position: 0px 0px;
margin: 0;
}
30% {
background: url(hier die url des bildes2);
background-attachment: fixed;
background-position: 0px 0px;
margin: 0;
}
70% {
background: url(hier die url des bildes3);
background-attachment: fixed;
background-position: 0px 0px;
margin: 0;
}
90% {
background: url(hier die url des bildes4);
background-attachment: fixed;
background-position: 0px 0px;
margin: 0;
}
100% {
background: url(hier die url des bildes5);
background-attachment: fixed;
background-position: 0px 0px;
margin: 0;
}
}
@-khtml-keyframes diashow {
0% {
background: url(hier die url des bildes1);
background-attachment: fixed;
background-position: 0px 0px;
margin: 0;
}
30% {
background: url(hier die url des bildes2);
background-attachment: fixed;
background-position: 0px 0px;
margin: 0;
}
70% {
background: url(hier die url des bildes3);
background-attachment: fixed;
background-position: 0px 0px;
margin: 0;
}
90% {
background: url(hier die url des bildes4);
background-attachment: fixed;
background-position: 0px 0px;
margin: 0;
}
100% {
background: url(hier die url des bildes5);
background-attachment: fixed;
background-position: 0px 0px;
margin: 0;
}
}