Click to See Complete Forum and Search --> : IE table rowspan renedering prob


chrisginoz
10-04-2006, 09:34 PM
Hi

This is as simple a question i have ever asked but see

http://www.peopleaid.org/test/Untitled1.php

IN Mozilla it is fine in IE the top right row won't size correctly - it stays too deep. Has someone the answer here?

Thx

Chris

WebJoel
10-05-2006, 06:49 AM
The only way you're going to get <td height="*"> to behave is to declare <table height="number"> whereby the top-right <td> is "100" or "150", whatever, and the <td> below it uses the 'wildcard' of height="*" to accept whatever is left over in table's height.
I am a little surprised that it works as you have it, in Mozilla. One would think it would work in IE and not Fx.

chrisginoz
10-05-2006, 05:34 PM
Thnaks for the reply - I tried that and it made no difference.

I feel silly as I have been desiging websites for over 7 years and I am stumped by this simple html.

Has some the a simple html example that works in both IE and Mozilla that will put me out of my misery?

Cheers

Chris