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.
a:link, a:visited {
display: block;
width: 150px;
background: #dfdfdf;
text-decoration: none;
color: #000;
}
a:hover {
background: #000;
color: #fff;
}
a.m:link {color: #524d4d; font-weight: bold; text-decoration: none; display: block; width: 100px; height: 29px; background: #dfdfdf;}
a.m:visited {color: #524d4d; font-weight: bold; text-decoration: none; display: block; width: 100px; height: 29px; background: #dfdfdf;}
a.m:hover {color: #524d4d; font-weight: bold; text-decoration: none; display: block; width: 100px; height: 29px; background: #FF0000;}
<a href="%[LINK_HOME]%" class=m>Home</a>
| <a href="%[LINK_1%" class=m>Menu 2</a>
%[MENU_3]%
%[MENU_4]%
%[MENU_5]%
%[MENU_6]%
%[MENU_7]%
%[MENU_8]%
| <a href="menu_9.php" class=m>Menu 9</a>
a.m2:link {color: #524d4d; font-weight: bold; text-decoration: none; display: block; width: 100px; height: 29px; background: #dfdfdf; float:left; border:medium #000066;}
a.m2:visited {color: #524d4d; font-weight: bold; text-decoration: none; display: block; width: 100px; height: 29px; background: #dfdfdf;
float:left; border:medium #000066;}
a.m2:hover {color: #524d4d; font-weight: bold; text-decoration: none; display: block; width: 100px; height: 29px; background: #FF0000;
float:left; border:medium #000066;}
border: medium solid #000066;
<a href="menu_1.php" class="m2">Menu 1</a>
<a href="menu_2.php" class="m2">Menu 2</a>
<a href="menu_3.php" class="m2">Menu 3</a>
<a href="menu_4.php" class="m2">Menu 4</a>
<a href="menu_5.php" class="m2">Menu 5</a>
<a href="menu_6.php" class="m2">Menu 6</a>
<a href="menu_7.php" class="m2">Menu 7</a>
//
a.m2:link {color: #524d4d; font-weight: bold; text-decoration: none; display: block; width: 100px; height: 29px; background: #dfdfdf; float:left; border: 1px; border-left:medium solid #000066; border-bottom: medium solid #000066; border-top:medium solid #000066;}
a.m2:visited {color: #524d4d; font-weight: bold; text-decoration: none; display: block; width: 100px; height: 29px; background: #dfdfdf;
float:left; border: 1px; border-left:medium solid #000066; border-bottom: medium solid #000066; border-top:medium solid #000066;}
a.m2:hover {color: #524d4d; font-weight: bold; text-decoration: none; display: block; width: 100px; height: 29px; background: #FF0000;
float:left; border: 1px; border-left:medium solid #000066; border-bottom: medium solid #000066; border-top:medium solid #000066;}
//
border: 1px solid #ffffff;
text-align: center;
line-height: 29px; /* anstelle von height:29px; */
padding: 0 2px; /* anstelle von width:100px */