intrivious
Programmer
Hello,
I have a simple page that is generated dynamically with PHP pulling data from a PostgreSQL DB. It seems that when I generate a table from the DB query that results in more than 80 records, some major dislpay problems occur in Firefox. There are no apparent problems in Internet Explorer.
Here's the deal: I have a simple text menu, with a few onclicks to display a div that is initially loaded as display=hidden. When the user clicks on the link, the javascript then displays the div containing the information the link described. But when the link is clicked on and if there are more than 80 records in the table (directly below this div), the entire left side of the page drops down about 100px, offsetting everything. It seems bizarre to me that the number of results of the query is the actual problem.
I know this is long and wordy, sorry. If code is necessary for you pros to deubg, I can make it happen.
Thanks everyone,
chad
I have a simple page that is generated dynamically with PHP pulling data from a PostgreSQL DB. It seems that when I generate a table from the DB query that results in more than 80 records, some major dislpay problems occur in Firefox. There are no apparent problems in Internet Explorer.
Here's the deal: I have a simple text menu, with a few onclicks to display a div that is initially loaded as display=hidden. When the user clicks on the link, the javascript then displays the div containing the information the link described. But when the link is clicked on and if there are more than 80 records in the table (directly below this div), the entire left side of the page drops down about 100px, offsetting everything. It seems bizarre to me that the number of results of the query is the actual problem.
I know this is long and wordy, sorry. If code is necessary for you pros to deubg, I can make it happen.
Thanks everyone,
chad