Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Westi on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

CSS & javascript Firefox problems

Status
Not open for further replies.

intrivious

Programmer
Jan 17, 2006
6
US
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
 
Can you make it happen so that you show us the URL? With requests like these it is best to be able to work on the page itself, rather then a close approximation of the page.
 
Maybe you can save us some time by making sure that:

1. Your HTML validates,
2. Your CSS validates, and
3. You have a complete valid DOCTYPE (unless you are specifically operating in quirks mode)

before posting the code / URL.

Dan

[tt]Dan's Page [blue]@[/blue] Code Couch
[/tt]
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top