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.
<script type="text/javascript">
//<![CDATA[
function changeBgcolor(div, color) {
document.getElementById(div).style.background = color + ';'
}
//]]>
</script>
[...]
<div onmouseout="changeBgcolor('aendern', '#FFF')">
<div id="aendern" onmouseover="changeBgcolor('aendern', '#F00')">
<!-- blub -->
</div>
</div>
Dir is schon klar, das IE das nich annimmt?