Hallo,
ich habe ein Problem mit der Höhe einer Cell, die eine Table mit Border beinhaltet, die Border wird nie auf 100% gezeichnet, die Höhe sollte sich an der höchsten Cell ausrichten und eigentlich sollte dabei 100% doch funktinieren, hier mal der Code:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Untitled Page </title>
</head>
<body>
<table cellspacing="0" cellpadding="0" border="0" style="border-collapse:collapse;">
<tr>
<td style="width:7px;">
</td>
<td style="height:100%;">
<table cellspacing="0" cellpadding="0" border="0" style="color:Black;border-color:#EDEDED;border-width:1px;border-style:Solid;font-family:Arial Unicode MS;font-size:X-Small;width:162px;border-collapse:collapse;height:100%;">
<tr style="height:100%;">
<td style="height:100%;width:160px;"><img src="http://pics.ebaystatic.com/aw/pics/de/logos/logoEbay_150x70.gif" style="width:160px;border-width:0px;" />
</td>
</tr>
</table>
</td>
<td style="width:7px;">
</td>
<td style="height:100%;">
<table cellspacing="0" cellpadding="0" border="0" style="color:Black;border-color:#EDEDED;border-width:1px;border-style:Solid;font-family:Arial Unicode MS;font-size:X-Small;width:162px;border-collapse:collapse;height:100%;">
<tr style="height:100%;">
<td style="height:100%;width:160px;"><img src="http://pics.ebaystatic.com/aw/pics/de/mops/060103_150x36_sc_PayPalsicher.gif" style="width:160px;border-width:0px;" />
</td>
</tr>
</table>
</td>
</tr>
</table>
</body>
</html>
Vielen Dank im Voraus!
Guido