Thread XHTML 1.0 strict, td img im Mozilla (7 answers)
Opened by esskar at 2004-01-25 03:25

esskar
 2004-01-25 03:25
#25519 #25519
User since
2003-08-04
7321 Artikel
ModeratorIn

user image
Hi...
im Mozilla werden Bilder in einer Tabelle so dargestellt als wären sie 3 Pixel höher als normal!!! das verhaut mir natürlich das ganze layout!
kennt jemand das problem und weiß wie man es behebt?

hier eine beispiel tabelle:

Code: (dl )
1
2
3
4
5
6
7
8
9
10
<table border="0" cellpadding="0" cellspacing="0" width="800px">
<tr>
<td class="td_head_left"><img src="/skin/images/logo.gif" alt="yourNation.de" /></td>
<td class="td_head_right"><img src="/skin/images/valid-xhtml10.gif" alt="Valid XHTML 1.0!" height="31" width="88" /></td>
</tr>
<tr>
<td class="td_head_left"><img src="/skin/images/bar.gif" alt="" width="500px" height="28px" /></td>
<td class="td_head_right"><TMPL_VAR NAME=CURRENT_TIME>&nbsp;&nbsp;</td>
</tr>
</table>

View full thread XHTML 1.0 strict, td img im Mozilla