Gunther: kleine Korrektur - sorry!

Beitrag lesen

Hi nochmal!

Kleine Korrektur (ist vom Testen hängengeblieben).
Natürlich muss es heißen:
a span{
   padding-left: 10px;
   background: transparent url(linkInt.gif) no-repeat;
}
und nicht

a span{
   display: block;
   padding-left: 10px;
   background: transparent url(linkInt.gif) no-repeat;
   display: inline;
}

Gruß Gunther