Tag: internet explorer
Remove border from iframe
Add the frameBorder attribute. It’s case-sensitive
How to make IE to display iframes with transparent background?
1. Add allowTransparency=”true” property to the iframe 2. Add background:transparent to it’s body tag or internal styles in the head section of an HTML page or