The input form displays a scroll bar in IE7, which partially hides the Upload button when field is set to allow multiple uploads. This can be easily resolved by changing the following CSS:

div.imagefield-edit-image-detail input.form-text {
	width: 99%;
}

Change the width from 99% to 98% and all is good. This fix applies to Drupal 5.x, ImageField 2.1, CCK 1.7 when using Title and/or Alt text input fields. Tiny fix but worth it for the interface improvement.

Comments

quicksketch’s picture

Status: Active » Fixed

Thanks, fixed.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.