While the focus() method was mostly designed for form control elements, IE goes further and supports this method for virtually any element. Therefore IE allows focusing on the fieldset.
As you see, FF doesn't support focusing on a
fieldset.
Instead, pick one of the checkboxes within the fieldset you want focus on and use the focus() method on this one.
I'm not a DOM expert... so anyone out there please correct me if I'm wrong.