Table with Image and valign="top", but isnt top?

Hello,<br />
<br />
i have a little IE problem.<br />
<br />
The file i have attached.<br />
<br />
What is the mistake in the page? I have done a valign="top", but IE should not do that allright? The white image is not shwon at the top. Can anyone help me?<br />
<br />
I hope so.<!--content-->Like to help you but your link to the htm doc doesn't show the image, Fix it up & post it again so I or someone else can help... jaeman:D<br />
<br />
It maybe padding, set it to: padding: 0px;<!--content-->are you sure you纾沞 used <td valign="top"><br />
:confused:<!--content-->Yes, i m really sure to to valign="top".<br />
<br />
Ok, here is the code with image again.<!--content-->I don't see it either<br />
<br />
<td bgcolor="#a2a1a1" height="5"><img src=http://www.htmlforums.com/archive/index.php/"images/white.png" alt="white"></td><!--content-->Code follows:<br />
<br />
<br />
<td width="5" height="5" valign=top class="schattenrechts"><img src=http://www.htmlforums.com/archive/index.php/"images/ecke_or.gif" alt="eor"><br />
<br />
Ok, and this is not top in IE every browser,<br />
mozilla, konqueror, opera can handle that pice of code correct.<!--content-->and tha tis a not a white image. I was looking in all the wrong spots.<br />
<br />
<td width="5" height="5" valign="top" class="schattenrechts"><img src=http://www.htmlforums.com/archive/index.php/"images/ecke_or.gif" alt="eor"> </td><br />
<br />
that line??? you have aspace at the end of the cell.<br />
<br />
<td width="5" height="5" valign="top" class="schattenrechts"><img src=http://www.htmlforums.com/archive/index.php/"images/ecke_or.gif" alt="eor"></td><!--content-->and 'width' 'height' 'valign' 'bgcolor' are all deprecated, replace them with css, i see you already call a class into the td:<br />
<br />
{height:5px;width:5px;vertical-align:top;background:#a2a1a1;}<br />
<br />
<br />
<br />
:)<!--content-->@all anserwers.<br />
<br />
Thanks people.<br />
<br />
I not able to see that simple "space".<br />
<br />
ByeBye<!--content-->
 
Back
Top