still working on marinelli 6x.
Everything is ok except collapsible fieldsets. They seem to "overlap" themselves both in IE6 and IE7.

here is a screenshot

they look great in FF and safari.
I tried to add a float:left; property to the included form to wrap the content but nothing happened.

Any ideas?

thanks!

Comments

matthew_ellis24’s picture

I'm having a similar problem (overlap as well as two 2 arrows) with drupal 5.6 - any idea why this happens?

keesje’s picture

jrenaut’s picture

Can you post the html and css? Can't tell much from a screencap.

matthew_ellis24’s picture

Do you need anything else?

<fieldset class=" collapsible collapsed"><legend>TinyMCE rich-text settings</legend><div class="form-item">
 <label for="edit-tinymce-status">Default state: </label>
 <select name="tinymce_status" class="form-select" id="edit-tinymce-status" ><option value="false">disabled</option><option value="true" selected="selected">enabled</option></select>
 <div class="description">Should rich-text editing be enabled or disabled by default in textarea fields?</div>
</div>
</fieldset>
.form-item label {
  font-size: 1em;
}
jrenaut’s picture

The css definition for "collapsible collapsed" - is that something that came with your theme?

matthew_ellis24’s picture

no - the fieldset is defined by collapse.js, part of drupal core, but it doesn't seem to be a theming thing

steamforge’s picture

I'm having the same issues with fieldsets overlapping or not expanding properly in IE. I wonder if there is a module which conflicts.

-Steamforge