I have a right hand side float element that contains a table of results generated from a script.
The more results that the table contains the further down the page it appears and I can't for the life of me figure out why. I've used effectively the same code on the main table generated by the script and this problem does not occur.
A screen shot with not many results:
A screenshot with more results:
This problem didn't occur until I added some hidden form fields to the right hand float results, but I don't understand why that would make any difference....
Yep, both look identical and OK in Firefox. Try setting the vertical alignment of the right cell to "top". Turning on table borders usually helps me visualize a table better.
Real programmers don't comment their code. If it was hard to write, it should be hard to understand.