bottom border of table disapearing

liunx

Guest
I am having an issue with stretching tables using % in the height. As you can see in the picture I created two tables next to each other where the left table stretches as table on the right increases in size. My problem is that the bottom border of my left table disapears. <br />
<br />
Note: My borders are created using two tables together with the first table:<br />
<br />
<table cellspacing=1 bgcolor=black>. <br />
<br />
Not <br />
<br />
<table border=1><!--content-->I found the answer to my problem, basically you can't nest two tables with both of them having a 100% height. This page explains it better:<br />
<br />
<!-- m --><a class="postlink" href="http://www.raccoonbob.com/webdev/faqdetail.asp?ID=124">http://www.raccoonbob.com/webdev/faqdetail.asp?ID=124</a><!-- m --><br />
<br />
:mad:<!--content-->bahh I don't believe that for one bit. sure the browsers don't handle height very well, but I have never had a problem like that.<!--content-->
 
Back
Top