Hi All.

I am using a modified version of the BlueBreeze theme and the "> Publishing Options" at the bottom of add/edit nodes overlaps the Preview, Submit, and Delete buttons. (Well actually the buttons are overlapping the options).

Of course there is no such problem in the real browser Firefox.

But sadly, most of my future users will be using IE :(

I'll do my best to convert them one by one though...

Thanks,

Dan

Comments

keylope’s picture

Make sure that the divs surrounding the publishing field group don't have some custom CSS class that would cause that to happen? (like float or display)

Only thing that I can think of that might cause something like that to happen. You could test it by commenting out or creating an empty class for those divs and see if it behaves differently in IE to see if that might be the problem.

Hope that helps!

webdrips’s picture

Thanks Keylope, but no such luck; however I found a workaround that seems to work: added some bottom padding to fieldset.collapsed.

This spaces my expandable fields out further than I would like in Firefox, but I suppose a few extra pixels never hurt anyone.

It is simply so aggravating that IE does not comply with standard CSS rules.

Microsoft will regret the day that their IE/Office user base has dwindled to nothing, but that is for a different discussion.

Anyway thanks again!

Dan

Looking to Migrate from Drupal 6/7 to Drupal 10/11? Have a look at our Drupal 11 demo site and request access.

Mike Sances’s picture

I had the same problem, with file attachments options appearing between Publish and Submit. Thanks for the padding fix, worked for me. As much as I don't like IE, 80% of my users use it, and Drupal needs to be accessible with it. So I see it not as an IE bug but as a Drupal bug.