Hello Developers! I am pulling my hairs out. IE adds extra space below an image when I align it at the bottom inside a table cell. Firefox and Opera render as expected. Simple example available at http://my-picture-store.com/test/panelboxtest.htm Any ideas? cellspacing and cellpadding is already set to zero. Thomas
"Tomasz J" <oegweb@nospam.nospam> wrote in message news:uXGC9BUTIHA.748@TK2MSFTNGP04.phx.gbl... > Hello Developers! > > I am pulling my hairs out. IE adds extra space below an image when I align > it at the bottom inside a table cell. > Firefox and Opera render as expected. > > Simple example available at > http://my-picture-store.com/test/panelboxtest.htm > Any ideas? cellspacing and cellpadding is already set to zero. > The white-space between the end of the img element and the closing </td> is have an effect on rendering in IE. -- Anthony Jones - MVP ASP/ASP.NET
Thanks much! That was the problem. T