Code: Select all
.contentBg {
background:rgb(255,255,255);
background:rgba(255,255,255,0.8);
-ms-filter:alpha(opacity=80);
filter:alpha(opacity=80)
}
Any idea how to over come this and back the iframe content solid?
Code: Select all
.contentBg {
background:rgb(255,255,255);
background:rgba(255,255,255,0.8);
-ms-filter:alpha(opacity=80);
filter:alpha(opacity=80)
}