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.
/* Klasse zum formatieren der Seite */
.header {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
font-style: normal;
line-height: normal;
font-weight: bold;
font-variant: normal;
background-color: #2E6F9E;
border-bottom-style: dashed;
border-bottom-width: 1px;
border-bottom-color: #fff !important; /* Nicht-IEs */
border-bottom-color: #2E6F9E; /* IEs */
border-top-style: none;
border-right-style: none;
border-left-style: none;
}
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>Navimatix</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<!--- ###DOKUMENT### start -->
<style type="text/css">
a, a:link, a:active, a:visited { font-family: "Verdana", Arial, Helvetica, sans-serif; font-size: 11px; color: #999999; text-decoration: none }
a:hover { color: #99CC00; text-decoration: none }
</style>
</head>
<body>
<table height="100%" width="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="186"> </td>
<td width="200" nowrap> </td>
<td width="400" nowrap> </td>
<td width="250" nowrap> </td>
<td width="228"> </td>
</tr>
<tr class="content">
<td height="30" bgcolor="#FFFFFF"> </td>
<td width="200" height="30" nowrap bgcolor="#FFFFFF"><img src="fileadmin/templates/img/more.gif" width="200" height="30"></td>
<td width="400" height="30" nowrap bgcolor="#FFFFFF"> </td>
<td width="250" height="30" nowrap bgcolor="#FFFFFF">
<div align="right"><a href="#">###SPRACHE###</a></div></td>
<td height="30" bgcolor="#FFFFFF"> </td>
</tr>
<tr>
<td height="100" class="header"> </td>
<td height="100" colspan="2" nowrap background="fileadmin/templates/img/back.gif" bgcolor="#99CC00" class="header"> </td>
<td width="250" height="100" valign="bottom" nowrap class="header">
<div align="right"><img src="fileadmin/templates/img/weblogo.gif" width="160" height="65" border="0"></div></td>
<td height="100" class="header"> </td>
</tr>
<tr>
<td height="169" valign="top" bgcolor="#FFFFFF" class="content"> </td>
<td height="169" colspan="3" valign="top" nowrap bgcolor="#FFFFFF" class="content">
<div align="right">
<table width="850" border="0" cellpadding="0" cellspacing="0" bgcolor="#FFFFFF">
<tr>
<td width="170" height="100" class="aktive"><div align="right">
<div align="right"><img src="fileadmin/templates/img/company.jpg" width="150" height="81"></div>
<div align="right">###menu1###</div>
</div></td>
<td width="170" height="100" class="aktive"><div align="right">
<div align="right"><img src="fileadmin/templates/img/features.jpg" width="150" height="81"></div>
<div align="right">###menu2###</div>
</div></td>
<td width="170" height="100" class="aktive"><div align="right">
<div align="right"><img src="fileadmin/templates/img/competences.jpg" width="150" height="81"></div>
<div align="right">###menu3###</div>
</div></td>
<td width="170" height="100" class="aktive"><div align="right">
<div align="right"><img src="fileadmin/templates/img/download.jpg" width="150" height="81"></div>
<div align="right">###menu4###</div>
</div></td>
<td width="170" height="100" class="aktive"><div align="right">
<div align="right"><img src="fileadmin/templates/img/team.jpg" width="150" height="81"></div>
<div align="right">###menu5###</div>
</div></td>
</tr>
<tr>
<td width="170" height="63" class="inaktiv">###subtitle1###<br>
</td>
<td width="170" height="63" class="inaktiv">###subtitle2###<br>
</td>
<td width="170" height="63" class="inaktiv"> ###subtitle3###<br>
</td>
<td width="170" height="63" class="inaktiv">###subtitle4###<br>
<br></td>
<td width="170" height="63" class="inaktiv"> ###subtitle5###<br>
</td>
</tr>
</table>
</div></td>
<td height="169" valign="top" bgcolor="#FFFFFF" class="content"> </td>
</tr>
<tr>
<td height="30" class="unten"> </td>
<td width="200" height="30" nowrap class="unten"> </td>
<td width="400" height="30" nowrap class="unten"> </td>
<td width="250" height="30" nowrap class="unten"><font color="#ffffff"><a href="#">###MININAV###</a></font></td>
<td height="30" class="unten"> </td>
</tr>
<tr>
<td height="30" bgcolor="#FFFFFF" class="content"> </td>
<td width="200" height="30" nowrap bgcolor="#FFFFFF" class="content"> </td>
<td width="400" height="30" nowrap bgcolor="#FFFFFF" class="content"> </td>
<td width="250" height="30" nowrap bgcolor="#FFFFFF" class="content"> </td>
<td height="30" bgcolor="#FFFFFF" class="content"> </td>
</tr>
<tr>
<td> </td>
<td nowrap> </td>
<td nowrap> </td>
<td nowrap> </td>
<td> </td>
</tr>
</table>
</body>
<!--- ###DOKUMENT### stop -->
</html>
Quaese hat gesagt.:Der IE hält sich nicht an die Empfehlung und zeichnet die Rahmen auf dem Hintergund des übergeordneten Elements.
Der dunkelgraue Rahmen resultiert aus dem dunkelgrauen Hintergrund.
background-color: #2E6F9E;
border-bottom-style: dashed;
border-bottom-width: 1px;
border-bottom-color: #fff !important; /* Nicht-IEs */
border-bottom-color: #2E6F9E; /* IEs */
border-top-style: none;
border-right-style: none;
border-left-style: none;