therod0308
Technical User
I have a web page that works fine in IE but causes problems in Firefox. It displays a 3-column table. The first row of the table (colspan=3) contains descriptive text. Rows 2-160 displays 3 columns of information. The first time the page is displayed there is a huge gap between row-1 and row-2. If I manually reload the page (and it caches) the table displays correctly by closing the gap between row-1 and row-2. Once the page has been cached, it displays correctly. I still don't know why it is acting so strangely but I suspect it may have something to do with mixing <td> and <div> in the same code.
I tried several ways of auto-reloading the page using onload() but I really only need it to load one time and one time only.
Anyone know how I can accomplish this?
I tried several ways of auto-reloading the page using onload() but I really only need it to load one time and one time only.
Anyone know how I can accomplish this?