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.
Wenn tatsächlich noch seine Vorgänger (IE5 / IE6) berücksichtigt werden sollen, wäre hier ie7-js das Hilfsmittel.
https://code.google.com/p/ie7-js/ hat gesagt.:Usage
IE7.js
Upgrade MSIE5.5-6 to be compatible with MSIE7.
HTML:<!--[if lt IE 7]> <script src="http://ie7-js.googlecode.com/svn/version/2.1(beta4)/IE7.js"></script> <![endif]-->
IE8.js
Upgrade MSIE5.5-7 to be compatible with MSIE8.
You do not need to include IE7.js if you are using IE8.jsHTML:<!--[if lt IE 8]> <script src="http://ie7-js.googlecode.com/svn/version/2.1(beta4)/IE8.js"></script> <![endif]-->
IE9.js
Upgrade MSIE5.5-8 to be compatible with modern browsers.
You do not need to include IE7/IE8.js if you are using IE9.jsHTML:<!--[if lt IE 9]> <script src="http://ie7-js.googlecode.com/svn/version/2.1(beta4)/IE9.js"></script> <![endif]-->
<div id="Logo">
<div>
<div>
<a href="index.php" title="Startseite"></a>
</div>
<div>
<h1>Webseite</h1>
</div>
<div>
<span><a href="impressum.html">Impressum</a></span>
<span><a href="impressum.html">Impressum</a></span>
<span><a href="impressum.html">Impressum</a></span>
<span><a href="impressum.html">Impressum</a></span>
</div>
</div>
</div>
#Logo
{
border-width: 0px 1px 0px 1px;
border-style: solid;
border-color: #1D3B57;
}
#Logo > Div
{
width: 100%;
height: 105px;
display: block;
position: relative;
background-color: #325D8C;
}
#Logo > Div > Div:nth-child(1)
{
background-image: url("Sprites.png");
background-repeat: no-repeat;
background-position: 0px 0px;
background-color: rgba(0, 0, 0, 0);
display: inline-block;
width: 320px;
height: 105px;
}
#Logo > Div > Div:nth-child(1)
{
background-position: 0px -95px;
}
#Logo > Div > Div:nth-child(1) a:link
{
display: block;
width: 320px;
height: 105px;
}
#Logo > Div > Div:nth-child(2)
{
position: absolute;
top: 2px;
right: 2px;
padding: 0px 0px 0px 0px;
margin: 0px 0px 0px 0px;
}
#Logo > Div > Div:nth-child(2) h1
{
padding: 2px 5px 0px 0px;
margin: 0px 0px 0px 0px;
color: #FFFFFF;
text-decoration: none;
font: 600 8pt 'Open Sans';
}
#Logo > Div > Div:nth-child(3)
{
position: absolute;
bottom: 2px;
right: 5px;
padding: 0px 0px 0px 0px;
margin: 0px 0px 0px 0px;
}
#Logo > Div > Div:nth-child(3) a:link,
#Logo > Div > Div:nth-child(3) a:visited,
#Logo > Div > Div:nth-child(3) a:active,
#Logo > Div > Div:nth-child(3) a:focus
{
color: #FFFFFF;
text-decoration: none;
font: 600 8pt 'Open Sans';
}
#Logo > Div > Div:nth-child(3) a:hover
{
color: #FFFFFF;
text-decoration: underline;
font: 600 8pt 'Open Sans';
}
#Logo > Div > Div:nth-child(3) > span
{
margin-left: 10px;
}
#Sidebar > div:nth-child(2) span
{
line-height: 50%;
vertical-align: middle;
}
#Sidebar > div:nth-child(2) span:nth-child(1) a:link,
#Sidebar > div:nth-child(2) span:nth-child(1) a:visited,
#Sidebar > div:nth-child(2) span:nth-child(1) a:active,
#Sidebar > div:nth-child(2) span:nth-child(1) a:focus
{
color: #2C5687;
text-decoration: none;
font: 10pt 'Open Sans';
font-weight: 600;
}
#Sidebar > div:nth-child(2) span:nth-child(1) a:hover
{
color: #2C5687;
text-decoration: underline;
font: 10pt 'Open Sans';
font-weight: 600;
}