I was a little surprised when a page that I developed using IFrames appeared fine in Firefox and Safari, but in Internet Explorer the background of the iFrame appeared white, overlapping another element on the page.
The way around this behavior is to set the allowtransparency attribute of the IFrame tag to true i.e. add the following to your IFRAME tag.
allowtransparency="true"
Monday, November 24, 2008
Subscribe to:
Post Comments (Atom)
2 comments:
Thank you. That did the trick.
many thanks - works for me.
Post a Comment