472,096 Members | 1,329 Online
Bytes | Software Development & Data Engineering Community
Post +

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 472,096 software developers and data experts.

safari nested tables height percentual bug?

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 {width:100%;height:100%;}
</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
Jul 23 '05 #1
2 2300
On Sat, 11 Sep 2004 00:47:50 +0200, Pieter Van Waeyenberge <p@foo.com>
wrote:
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!


Can you post the code on a webpage and give the URL? You're expecting each
of us to set this up for you, which isn't really fair to us, nor is it
going to yield consistent observations.

Put this up, provide a URL.
Jul 23 '05 #2
In article <41**********************@news.skynet.be>,
"Pieter Van Waeyenberge" <p@foo.com> wrote:
the very simple code below works on all browsers except for (most recent)
safari why doesnt the inner table expand in height?


What do you need nested tables for?

--
Kris
<kr*******@xs4all.netherlands> (nl)
Jul 23 '05 #3

This discussion thread is closed

Replies have been disabled for this discussion.

Similar topics

1 post views Thread by boris bass | last post: by
4 posts views Thread by Adam | last post: by
9 posts views Thread by Dustin | last post: by
3 posts views Thread by Pieter Van Waeyenberge | last post: by
6 posts views Thread by Tim Rogers | last post: by
7 posts views Thread by David Stone | last post: by
reply views Thread by leo001 | last post: by

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.