Drupal 6
CCK 6.x-2.1

When I set the a field to have more than one value, the entry fields look really short in IE7.

No such display problem in Firefox.

Is this a bug?

Is there a workaround?

Comments

andrewl-1’s picture

I have made a little improvement in layout by trying different themes but it always seems a problem with IE7.

Unfortunately a lot of the users will be using IE so I have to resolve somehow.

jannalexx’s picture

form_text, form_textarea seems to have different behavior in ie
looks like a cck issue

andrewl-1’s picture

I think it is a problem with the way IE interprets the CSS.

Unfortunately it's not an area of expertise for me.

dags88’s picture

This seems to be similar to the issue reported here: http://drupal.org/node/336681

I had the same issue. I am using zen as a starter theme, but looks like others have seen it with other themes. The fix in the post above fixed it; add width:100% to table.content-multiple-table. This also fixed a similar issue I was having in the 'New Field' area on the Manage Fields cck admin page.