Follow along with the video below to see how to install our site as a web app on your home screen.
Anmerkung: This feature currently requires accessing the site using the built-in Safari browser.
td a:link {display:block; width:100%; background-image:url(bild1.gif)}
td a:visited {display:block; width:100%; background-image:url(bild1.gif)}
td a:hover {display:block; width:100%; background-image:url(bild2.gif)}
td a:active {display:block; width:100%; background-image:url(bild1.gif)}
<table onmouseover="this.style.backgroundImage = 'url(bild2.gif)';" onmouseout="this.style.backgroundImage = 'url(bild1.gif)';">
<tr>
<td>
bla
</td>
</tr>
</table>