View Single Post
  #3  
Old 05-20-2004, 04:55 AM
 
firetrader firetrader is offline
 

Member
  
Join Date: Mar 2004
Location: Michigan, USA
Posts: 27
 

Default Close...

Thanks, Emerson. I had changed that line before, and it read:

Code:
<td class=VertMenuBox width=0></td>

If I made the width larger than 20, it was obviously wider. Any smaller, and there was really no difference. At zero, it was still slightly larger than my tables. But, since you confirmed my totally uneducated suspicion that the problem was there, I played around some more and here is what worked:

Code:
<td width=0></td>

I copied what was there for the right "border" and made adjustments. Why I had to do this to make it work....? Probably something I screwed up somewhere else!

Thanks Again!
Reply With Quote