paul: Hintergrundbild in Tabelle und IE6

Beitrag lesen

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