Enteneier, wir brauchen Enteneier!

Soll es eine neue Umfrage für diesen Thread geben?

  • Ich bin gerade auf Urlaub!

    Stimmen: 4 4,9%
  • Ich möchte lieber mal wieder eine heiße Nacht mit Kay verbringen...

    Stimmen: 7 8,5%
  • Hast du die Idee von dubberle geklaut? 8O

    Stimmen: 5 6,1%
  • du-nervst!

    Stimmen: 12 14,6%
  • Lass mich in ruhe ich idle hier doch nur!

    Stimmen: 16 19,5%
  • Apfelkuchen

    Stimmen: 38 46,3%

  • Umfrageteilnehmer
    82
05.gif

Denk dir anstatt FC Bayern dein Smiley ;)
 
Andere Möglichkeit, du bindest es ins CSS ein:
/* navigation */
.navigation {
float: left;
margin-left: .px;
width: .px;
}
.navigation h1 {
background: #Farbcode;
color: #Farbcode;
font-size: .em;
line-height: .px;
padding-left: .px;
}
.navigation ul {margin: .; padding: .;}
.navigation li {
border-bottom: .px solid #Farbcode;
list-style: none;
}
.navigation li a {
background: #Farbcode url(img/bgnavigation.gif) repeat-x;
color: #Farbcode;
display: block;
padding: .px .px .px .px;
text-decoration: none;
}
.navigation li a:hover {
background: #Farbcode;
color: #Farbcode;
}
Ist nur en Beispiel ;)