remote_form_for works only in IE, not Firefox

This may or may not help, but the first approach I have whenever debugging different results among different browsers, is validate the html http://validator.w3.org/ . Generally invalid code will have inconsistencies among browsers, especially where javascript is concerned.

I hope that helps.

-Zach