Looking for help with this line of code:
<iframe src="http://www.google.com" name="google" style="Z-INDEX: 0; MARGIN-TOP: -1px; WIDTH: 100%; HEIGHT: 1070px">
<html>
<head></head>
<body>
<div>Some image is here</div>
</body>
</html>
</iframe>
Encountering an issue where the iframe is not visible in IE7 unless display: block;
is added to the style.
Unable to modify the style of the top iframe, but can adjust the inner html content.
Is there a way to set the style of the top iframe from my HTML page?