display:none;This is fine for IE and Firefox when it comes to hiding a table row but when you then apply "display:block" to bring the row back IE renders it fine, but Firefox doesnt quite get it right. This is because you need to use: display:table-rowI've test this in both IE 7 (beta) and FF and all seems fine, I will hopefully try this in some other browsers when I get back home.
Leave a note.