Is there a way to prevent an iFrame object from inheriting CSS properties from the main page?
Specifically:
I have created an iFrame object in my main class, and I want to adjust the opacity of the main page without affecting the iFrame. However, when I try to do this, the opacity of the iFrame is also impacted. I attempted to share the code, but it is not aesthetically pleasing...
Essentially, I am trying to achieve a similar effect to Facebook (and other websites) for viewing images. The background darkens and a page pops up for navigating through the content.