Greetings all,
Project: I'm trying to align two tables beneath a top table. Like this:
Code:
Top table:
<table width="50" height="20">
<tr><td>(A)</td></tr></table>
Menu table:
<table width="10" height="40" align="left">
<tr><td>(B)</td></tr></table>
Content table:
<table width="40" height="40">
<tr><td>(C)</td></tr></table>
My problem is, that the two tables beneath doesn't align all the way to the top table. There's a small space between top table and the two others.
I've tried almost anything, valign, vspace etc. but nothing helped.
The tables align perfectly in Firefox - it's only in IE the problem is.
Any one have an insight in this problem?