|
When I remove this line "margin: 1em 380px 0px 25px;" (approx. line 12 in the CSS), the table shifts back into the proper position in Firefox. I believe this is because you have <p>'s inside of your table. You might need the make the "p{" (approx. line 9 in your CSS) a little bit more specific so that it doesn't affect the table <p>'s, or add a "table p{ margin: x x x x; }" that is not so large.
__________________
The interlocking pieces of web development: usability, performance, accessibility, and standards.
|