I ch versuche nach "Jürgens Workshops" im eine eigene Homepage zu erstellen,habe mich auch ein kleines bisschen in HTML + CSS eingearbeitet
die CSS Anweisung:
.button {
font-family:Arial;
font-size: 10pt;
color: #FFFFFF;
background-Color: #ff874f;
border-left: 2px solid #CCCCCC;
border-top: 2px solid #CCCCCC;
border-right: 3px solid #000000;
border-bottom: 3px solid #000000;
text-decoration: none;
width: 140;
higth: 11:}
.button:hover {
Color: #000000;
background-Color: #ffba95;
border-left: 2px solid #000000;
border-top: 2px solid #000000;
border-right: 3px solid #cccccc;
border-bottom: 3px solid #cccccc;
text-decoration: none;
width: 140;
higth: 11:}
Kurztabelle:
<table bgcolor="#00000" width="10" cellspacing="0" cellpadding="0" border="0"><tr><td>
<table width="100%" cellspacing="0" cellpadding="0" border="0">
<tr><td class="button">
Navigation</td></tr>
<tr><td>
Startseite</td></tr>
<tr><td>
Zentrales Bergland</td></tr>
<tr><td>
Impressum</td></tr>
</table></td></tr></table>