Follow along with the video below to see how to install our site as a web app on your home screen.
Anmerkung: This feature may not be available in some browsers.
function over() {
while(document.getElementById('bild').style.getAttribute("style", false)!='-moz-opacity:0.99;opactity:0.99;filter:alpha(opacity=99)') {
var wert=document.getElementById('bild').style.getAttribute("style", false).slice(15,17)-1;
styler='-moz-opacity:0.'+wert+';opactity:0.'+wert+';filter:alpha(opacity='+wert+')';
window.setTimeout('change(styler)', 10);
}
}
function change(styler) {
document.getElementById('bild').style.setAttribute("style", styler, false);
}