So i have this iFrame with the class .transparentbg:
.transparantbg{
background-color: transparent;
}
This works fine in Chrome, but not in IE...
Help please?
Greetings
So i have this iFrame with the class .transparentbg:
.transparantbg{
background-color: transparent;
}
This works fine in Chrome, but not in IE...
Help please?
Greetings
Add allowTransparency="true" to your iframe
For whatever.htm add
background:transparent
to itsbody
tag.