Paul: Hintergrundbild in Tabelle und IE6

hallo,

habe eine hintergrund-garfik in eine tabelle eingebaut mit {background-image:url(Logo/wasserzeichen.jpg); background-repeat:no-repeat; background-position:center bottom;}.
wird mit firefox korrekt angezeigt, allerdings im IE6 wird die grafik in jeder tabellen-zelle angezeigt. ich kriege das problem leider nicht alleine gelöst. (<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> )
bin für jeden tip dankbar.

paul

  1. hi,

    bin für jeden tip dankbar.

    bitte: </faq/#Q-07c>

    gruß,
    wahsaga

    --
    /voodoo.css:
    #GeorgeWBush { position:absolute; bottom:-6ft; }
    1. Hallo,

      sorry, keine Absicht. Also:

      <style type="text/css">
      #rechts {float:right; width:54px; padding-top:0px; padding-left:0px; line-height:8pt;}
      table#architektur.hintergrund {background-image:url(Logo/wasserzeichen.jpg); background-repeat:no-repeat; background-position:center bottom;}
      #box6 { vertical-align:middle; height:92%; margin:0;
      padding-bottom:auto; padding-top:auto;
      background:#ffffcd; }
      body {height:100%; margin:0; padding:0; background:#fede83; text-align:center;
      color: #8e0000; font-size:100.01%; line-height:110%; font-family:Times New Roman;}
      </style>
      .....
      <div id="box6">

      <table id="architektur" class="hintergrund">
      <colgroup>
              <col width="3%">
              <col width="45%">
              <col width="4%">
              <col width="45%">
              <col width="3%">
      </colgroup>
      <tr>
      <td> </td>
      <td id="li" class="schrift_gross">Mit dem Ausfüllen des <a href="Fragebogen/index.html"><b>Fragebogens</b></a> geben sie uns einen Kostenrahmen vor, den wir einhalten. usw</td>
      <td> </td>
      <td id="li" class="schrift_gross">usw</td>

      <td> </td>
      </tr>
      </table>

      </div>
      </body>
      </html>

      Ich hoffe, dass ihr damit etwas anfangen könnt. Schon Danke vorab.

      paul

      1. Hi !
        Bastel dir doch um deine Tabelle eine zweite Tabelle mit einer einzigen Tabellenzelle, in die du dann dein CSS reinpackst ..
        Wenig elegant, geht aber !
        Cellspacing auf Null setzen ...
        Gruß Frodo