KFlash: background durchsichtig machen

Beitrag lesen

Habe das Problem lösen können.

Und zwar war der ansatz mit background-color:transparent schon richtig. Worauf hier (und ich schließ mich da nicht aus) niemand gekommen war ist, dass das nicht nur bei den Zellen sondern auch bei der tabelle auf transparent gestellt werden muss.

Also
<th valign="middle">
   <table class="test" style="table-layout: fixed;background-color:transparent;" border="0" cellpadding="0" cellspacing="0" width="100%">
   <tbody><tr>
      <th width="100%" style="background-color:transparent;">
      </th>
      <th width="100%" style="background-color:transparent;">
         <input name="auswGruppe" value="A#82940043" checked="true" onclick="ausstSelect()" type="checkbox">
      </th>
      <th width="100%" style="background-color:transparent;">
         <a href='javascript:konfliktBeheben("A#82940043")'>
            <img src="/res/img/icons/problembehandlung.png" alt="problem behandeln" title="Klicken um ..." border="0">          </a>
      </th>
   </tr></tbody>
   </table>
</th>
<th>
   <input disabled="disabled" type="checkbox">
</th>