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.
<div id="subnav_right">
<input type="text">
</div>
div#subnav_right
{
float:right;
height:60px;
line-height:60px;
position:relative;
background-color: #0f0;
}
<div id="subnav_right">
<div id="subnav_right_center">
<!-- Login -->
<form name="form_loginbox" method="post" action="index.php">
<label for="email">E-Mail</label>
<input name="email" type="text" class="form" id="email" size="18" tabindex="1" />
<a href="index.php?mod=signon"><img src="design/images/icon_add_user.png" alt="add_user" width="20" height="20" border="0" /></a>
<label for="password" class="copyright">Passwort</label>
<input type="password" name="password" id="password" class="form" size="18" tabindex="2" />
<a href="index.php?mod=usrmgr&action=pwrecover"><img src="design/images/icon_pw_forgot.png" alt="pw_forgot" width="20" height="20" border="0" /></a>
<input type="submit" class="Button" name="login" value="Einloggen" />
</form>
</div>
</div>
div#subnav_right form {
height:20px;
margin-top:20px;
}