PHP Classes

Table Header

Recommend this page to a friend!

      DIV Based Table Generator  >  All threads  >  Table Header  >  (Un) Subscribe thread alerts  
Subject:Table Header
Summary:Removing the call to table header still shows thin gray line
Messages:2
Author:Zafar Iqbal
Date:2009-01-15 11:48:44
Update:2009-01-19 18:16:54
 

  1. Table Header   Reply   Report abuse  
Picture of Zafar Iqbal Zafar Iqbal - 2009-01-15 11:48:44
When I remove the calls to StartHeader (say I don't want a header) the output still shows a thin gray line at the top. You can see this in the demo if you comment out the Header code.

The logic should be to display a pure table with only cells.

BTW - nice idea - keep it up :)

  2. Re: Table Header   Reply   Report abuse  
Picture of F Philip DeGeorge F Philip DeGeorge - 2009-01-19 18:16:54 - In reply to message 1 from Zafar Iqbal
Based on this idea (which is a great idea!) I started playing with some code of my own. I discovered that, of the five major browsers, there are approximately 5 different behaviors around div's and formatting! (Especially frustrating is the behavior with borders on div's. Something there I do NOT understand, as yet.) The "thin line" artifact sounds like IE's behavior to me, if I remember correctly; it is familiar, at least. I had to do a lot of fiddling to get it clean in all browsers. Opera finally defeated me for "totally clean in all situations."