Folge dem Video um zu sehen, wie unsere Website als Web-App auf dem Startbildschirm installiert werden kann.
Anmerkung: Diese Funktion ist in einigen Browsern möglicherweise nicht verfügbar.
function scrolli(){
if(isNix){
return;
}
if(a<=100){
a++;
b++;
}
if(a>=800){
a=800;
b=700;
a--;
b--;
}
function scrollrechts(){
if(isNix){
return;
}
a++;
b++;
if(a>=800){
scrolllinks();
}
attr="rect(0 "+a+" 165 "+b+")";
if(isIE) {
d.all.pano_farbe.style.clip=attr;
}
else if(isMoz) {
d.getElementById("pano_farbe").style.clip=attr;
}
else if(isNS4ok) {
d.layers["pano_farbe"].clip.left=b;
d.layers["pano_farbe"].clip.right=a;
}
setTimeout("scrollrechts()",20);
}
function scrolllinks(){
if(isNix){
return;
}
a=800;
b=700;
a--;
b--;
if(a<=100){
scrollrechts();
}
attr="rect(0 "+a+" 165 "+b+")";
if(isIE) {
d.all.pano_farbe.style.clip=attr;
}
else if(isMoz) {
d.getElementById("pano_farbe").style.clip=attr;
}
else if(isNS4ok) {
d.layers["pano_farbe"].clip.left=b;
d.layers["pano_farbe"].clip.right=a;
}
setTimeout("scrolllinks()",20);
}