I have a content type which has a lot of fields. I've grouped these into fieldsets on the node submission form. To make it easy for the user to stay oriented, I want to show the page with all these fieldsets collapsed at the outset.
I've run into a problem with the fieldsets created by a couple of CCK modules (cck_fullname and matrix, to be specific, but I don't think it matters). In IE7, in some cases, these fieldsets seem to inherit the 'collapsed' property from the ancestor fieldset. (I say "seem" because this is just my best guess at the moment as to why this is happening.) The problem is, they don't expand when the ancestor is expanded, and there is no way to make them expand. Naturally, I can't reproduce the misbehavior on any of my development machines, but I've heard about it from two users. As far as I can tell, though, things work fine in Firefox (Win/Mac), Safari, and IE6.
I'm just wondering if anyone with stronger Javascript or CSS skills than myself has faced this problem and solved it?
Any help appreciated.