Hello all;
I have been having problems with an iframe application too. However, my problem only seems to appear when I test my site on the FireFox browser. My iframe appears properly in IE and Opera. Below is the syntax I used.
In the "body" of my webpage I wrote the following:
<div id="frame">
<iframe id="secondFrame" name="secondFrame" width="50%" height="500em" frameborder="1" scrolling="auto" src="iframeimagesrc.htm">
</iframe>
</div>
In my "CSS" file I wrote the following:
div#frame { text-align: center;
padding: 10px; }
Any ideas why my iframe works in IE and Opera but not in FireFox??
Thanks, Griffin54