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 href="#" class="nav">Ziel</a>
a.nav {
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 14px;
color: #663300;
text-decoration:none;
}
a.nav:link {
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 14px;
color: #663300;
text-decoration:none;
}
a.nav:visited {
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 14px;
color: #663300;
text-decoration:none;
}
a.nav:hover {
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 14px;
color: #000000;
text-decoration:underline;
}
a.nav:active { }
Genau meine Meinung! Und davon wäre ich auch jetzt nicht überzeugt, wenn nicht Tim das gleiche behauptet hätte…@FabianF: deine CSS-Methodik gilt für Links, die in Elementen (=DIVs) mit der Klasse .nav eingebettet sind (siehe dein Demo-Source von 13:59).
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN"
"http://www.w3.org/TR/html4/frameset.dtd">
<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
p { text-align: justify; }
div { text-align: justify; }