Posted by Patan_22 on 01/18/06 20:37
Hello,
I have a TR made up of three TD, which I will fill up with two types of
images (both images have the same height):
0 0
0 x
0 x
0 0
The design would have to be the following one:
000
0x0
0x0
000
The result is that in the browser Opera there is no problem, but in the
Internet Explorer is the following one:
000
0x0
0x0
000
Here I display the:
<TABLE WIDTH="100%" cellSpacing=0 cellPadding=0 border=0>
<TR>
<TD STYLE="border-style:none; background-image: url(barra.jpg);">
</TD>
<TD WIDTH=157 STYLE="border-style:none;">
<A HREF="ProgramaPrincipal.exe" STYLE="text-decoration:none;"><IMG
SRC="barra programa.jpg" BORDER=0></A>
</TD>
<TD STYLE="border-style:none; background-image: url(barra.jpg); ">
</TD>
</TR>
</TABLE>
Thank you for your help
[Back to original message]
|