When an image is added the div is overflowed in IE7 (see screenshot). An easy fix is to make the width: 99% instead of 100% in the imagefile.css

Before:

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

After:

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

Regards,
introfini

CommentFileSizeAuthor
#1 imagefield_0.gif12.75 KBintrofini
imagefield.gif12.75 KBintrofini

Comments

introfini’s picture

StatusFileSize
new12.75 KB

The before and after are in the wrong places :-(

introfini

dopry’s picture

fixed in 2.x.

introfini’s picture

Status: Active » Closed (fixed)

it's ok. thanks

introfini