I am developing a news page with different rss feeds and outside applets loading in. I have one applet coming in from yahoo finance that displays stock information. The code that they give adds it using iframes.
The iframe is doing strange things in IE sometimes it displays the full width and other times it displays about 60% of its width. I have it inside a table to act as two colums because there is other stuff above it and to the right of it. It works fine in FF but in IE about 75% it displays too thin and other times it displays normally.
Can anyone help me with having it load in java script or as an applet or some other way. Here is the code for the yahoo applet.
When it is by itself in a html document it works fine in IE. Maybe i could have it load in using SSI. But let me know if anyone else has any ideas.
Thanks in advance,
Joe
The iframe is doing strange things in IE sometimes it displays the full width and other times it displays about 60% of its width. I have it inside a table to act as two colums because there is other stuff above it and to the right of it. It works fine in FF but in IE about 75% it displays too thin and other times it displays normally.
Can anyone help me with having it load in java script or as an applet or some other way. Here is the code for the yahoo applet.
Code:
<iframe allowtransparency="true" marginwidth="0" marginheight="0" hspace="0" vspace="0" frameborder="0" scrolling="no" src="[URL unfurl="true"]http://api.finance.yahoo.com/instrument/1.0/GOOG,XOM,GE,AAPL,C,[/URL]
BAC,LMT,MSFT,VZ,IBM/badge;quote/HTML?AppID=Hr3JrVsg2nBX5FReSlbroi4daHQ-
&sig=PmEkPRA3EXNJwEwMN1.CmSAC0aE-&t=1169662370418" width="300px" height="629px"><a href="[URL unfurl="true"]http://finance.yahoo.com">Yahoo![/URL] Finance</a>
<br/><a href="[URL unfurl="true"]http://finance.yahoo.com/q?s=GOOG">Quote[/URL] for GOOG</a></iframe>
When it is by itself in a html document it works fine in IE. Maybe i could have it load in using SSI. But let me know if anyone else has any ideas.
Thanks in advance,
Joe