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.
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "[URL]http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd[/URL]">
<html xmlns="[URL="http://www.w3.org/1999/xhtml"]XHTML namespace[/URL]" xml:lang="de" lang="de">
<head>
<title>Titel</title>
<script type="text/javascript">
function outline(id)
{
document.getElementById(id).style.float = 'left';
document.getElementById(id).style.display = 'none';
}
function inline(id)
{
document.getElementById(id).style.display = 'block';
}
</script>
<style type="text/css">
table
{
display:inline;
}
</style>
</head>
<body>
<a href="#" onmouseover="outline('ID2'); return false;">
ssssssss
</a>
<a href="#" onmouseout="outline('ID'); return false;">
<a href="#" onmouseover="inline('ID'); return false;">
ddddddddd
</a>
<br/>
<span id="ID" style="display:none">
<table border="1">
<td>
<tr>
dddddddddddddd
</tr>
<tr>
fffffffffff
</tr>
</td>
</table>
</span>
</a>
<span id="ID2" style="display:none">
<table border="1">
<td>
<tr>
dddddddddddddd
</tr>
<tr>
fffffffffff
</tr>
</td>
</table>
</span>
</body>
</html>
<a href="#" onmouseout="outline('ID'); return false;">
<a href="#" onmouseover="inline('ID'); return false;">
<a href="#" onmouseout="outline('ID');" onmouseover="inline('ID');">