The "BROWSE" button doesn't appear in IE(8), it does in FF3, Safari, Opera & Chrome (all latest versions). No error messages. All scripts enabled in IE.

Comments

Argus’s picture

any progress?

wojtha’s picture

Put the following into your stylesheet for a quick fix:

/* UPLOADIFY FIX */
#uploadify-field-galleryUploader {
  position: absolute;
  top: 0; left: 0;
  width: 135px;
  z-index: 50;
}

Replace "field-gallery" with the appropriate name of the field.

Working for me in all latest browsers (IE, Chrome, Firefox, Opera)

makara’s picture

Status: Active » Needs review

Thanks wojtha.

I got no knowledge about IE. I'll get someone to review.