Forum Moderators: open
Here is the code:
<table cellpadding="0" cellspacing="0" border="0"
style="text-align: left; width: 50%;">
<tbody>
<tr>
<td style="vertical-align: top;" rowspan="1" colspan="2"
bgcolor="lightblue"><img src="/title.jpg" alt="Title"
style="width: 1000px; height: 100px;" title=""></td>
</tr>
<tr>
<td background="/side.jpg"
width=84px style="vertical-align: top; height: 1000px; text-align: center;">
</td>
<td style="vertical-align: top;">
Whenever the size works for Mozilla, it doesn't work in IE6.
Is there anything I can do?
Secondly, this line of code appears wrong:
<td background="/side.jpg"
width=84px style="vertical-align: top; height: 1000px; text-align: center;"> The width has 'px' added and no quote marks around it. (I guess you tried it as a style first.)
Thirdly, I see what the problem is. In Mozilla, the columns are how you want them, with the side bar 84 pixels, then a wide cell to the edge of the screen. But in IE, they appear with opposite widths!
Lastly - the solution is because you haven't added a width to the last column. If I add width="926" to the cell, then IE displays it right.