Web Development Blog

iFrame transparent background in IE and other browsers

 Goal: make transparent background for the iFrame. See solution below.

 
1. Make sure iFrame has: allowtransparency="true"
 
2. body style: background-color: transparent;
 
3. html style: background-color: transparent;

Associated tags:  HTML, IFrame, Style

Add Comment:

CAPTCHA