hm, ich glaube, jetzt bin ich doch selbst draufgekommen:
table#thumbtabelle td {
background-image: url(grafiken/thumb-allerlei-hg.jpg);
background-position: center center;
background-repeat: no-repeat;
}
table#thumbtabelle td img {
visibility: hidden;
}
table#thumbtabelle td:hover img {
visibility: visible;
}
Sorry, hätte doch noch 10min weiterprobieren sollen ;-)
LG, Jürgen