Adnan,
I did an "svn update" on the trunk just now. Thank you for updating InputFile.java, by putting the "background-color:transparent" to the <body> tag.
However, the InputFileRenderer.java patch does not seem to be applied:
// ngriffin@liferay.com: http://jira.icefaces.org/browse/ICE-1603
// Need to set allowtransparency="true" on the IFRAME element tag so that,
// along with InputFile.renderIFrame()'s <body style="background-color: transparent;">, the IFRAME
// will be transparent, allowing the portal theme background colors to show through.
writer.writeAttribute("allowtransparency", "true", null);
Thanks for all your help!!
Neil
Search for
ICE-1603in the attached files, and you will see the fixes.