ZeeKoei
04-11-2003, 04:11 AM
Hi
I have a problem with the absolute positioning of a table, drives me insane
with this code you can create a little table 150px from top with two rows text and a little thin separator line in between those two rows
everything ok, it seems
BUT ! if you want to print the page (or just view the print preview) and print background images is enabled then you notice that my cute little separator line becomes a big thick fat line !
When I omit the absolute positioning then the problem disappears but the table is part of a more complicated page, in which the absolute positioning is absolutely necessary.
does anyone know the reason of this prob and how to solve it ?
thanks
Wouter
<DIV style='position:absolute; top: 150px; '>
<table width= 100 >
<tr>
<td>row content 1</td>
</tr>
<tr>
<td bgcolor=black height=3px></td>
</tr>
<tr>
<td>row content 2</td>
</tr>
</table>
</DIV>
I have a problem with the absolute positioning of a table, drives me insane
with this code you can create a little table 150px from top with two rows text and a little thin separator line in between those two rows
everything ok, it seems
BUT ! if you want to print the page (or just view the print preview) and print background images is enabled then you notice that my cute little separator line becomes a big thick fat line !
When I omit the absolute positioning then the problem disappears but the table is part of a more complicated page, in which the absolute positioning is absolutely necessary.
does anyone know the reason of this prob and how to solve it ?
thanks
Wouter
<DIV style='position:absolute; top: 150px; '>
<table width= 100 >
<tr>
<td>row content 1</td>
</tr>
<tr>
<td bgcolor=black height=3px></td>
</tr>
<tr>
<td>row content 2</td>
</tr>
</table>
</DIV>