|
Posted by Pieter Van Waeyenberge on September 11, 2004, 1:47 am
Please log in for more thread options
hello
the very simple code below works on all browsers except for (most recent)
safari
why doesnt the inner table expand in height?
ive read and tested many a thing!
<html>
<head>
<title>saf</title>
<style type="text/css">
html, body, table, td
</style>
</head>
<body>
<table style="background:#ff0000;">
<tr>
<td>
<table style="background:#00ff00;">
<tr>
<td >test</td>
</tr>
</table>
</td>
</tr>
</table>
</body>
</html>
thnx
Pieter Van Waeyenberge
|