I am fighting IE again.
http://www.4096k.net/pollys-test2/
Under every other browser, this page looks fine.
But the issue is with IE.
Code:
<TR> <!-- Build the menu struct -->
<TD width="0" height="0"><IMG src="images/webpage_background-4-small-1.gif" width="5" height="83" border="0"></TD>
<TD><IMG src="images/webpage_background-4-small-2.gif" width="89" height="83" border="0"></TD>
<TD><IMG src="images/webpage_background-4-small-3.gif" width="17" height="83" border="0"></TD>
<TD><IMG src="images/webpage_background-4-small-4.gif" width="585" height="83" border="0"></TD>
<TD background="images/webpage_background-4-small-5.gif" width="100%" height="83" align="left" valign="middle"></TD>
</TR>
The issue is the last TD I want to tile across the screen. With the width set to 100%, the table expands to the full width of the screen and everything looks perfect.
But IE expands the table wider then the screen width. Creating a scroll bar on the bottom and centering the content off the side of the screen.
I have been trying everything to figure out how to stop IE from doing this.
I can change the width to some fixed number, but then the table does not auto adjust to the screen size.
I have tried making the table in a bunch of different ways, but nothing works.
Any tips or pointers?
Thanks for any help.
-YFS