Forum Moderators: open
<SNIP>
[edited by: BlobFisk at 8:52 am (utc) on Oct. 28, 2005]
[edit reason] No URLs please! See TOS [webmasterworld.com] [/edit]
You may be better off taking your problem to the "Web Development / Standards Evangelism" section of the MozillaZine forums, who will be able to help you with your specific problem.
While the URL's still here, though, you're doing some seriously bizarre stuff on that page. You've stacked up paragraphs up as if they were table cells, applied negative margins, and you're mixing <font> and CSS.
Some general advice:
* Check out the Firefox DOM Inspector.
* Move to a strict DOCTYPE.
* Covert those stacked paragraphs into a single paragraph, using margins and padding as required to obtain the desired effect.
* Get rid of the table -- in strict mode, you can achieve the same effect without that table.