Page 1 of 1

iframe width in IE

Posted: Sun Aug 21, 2005 11:37 pm
by bladecatcher
G'day Guys,
I'm using an iframe to display data from links in a page.
see this test page http://www.shares.yardley.com.au/page.php?pid=forum

While the iframes display correctly in FireFox, the width is too wide in IE unless you minimise and maximise the window.

Is this an error in my code? If not can I work around the problem?

Is there an alternative to an iframe (must be used as a target).

tia
bladecatcher

Posted: Mon Aug 22, 2005 1:26 am
by sticksys
try:

style="width: yournumber; height: yournumber;"




maybe it will work...

Posted: Mon Aug 22, 2005 4:01 am
by bladecatcher
G'day Sticksys,
Thank you for your reply.
An unexpected result :-0

http://www.shares.yardley.com.au/page.php?pid=forum

cheers
blade

[solved]

Posted: Tue Aug 23, 2005 6:17 am
by bladecatcher
G'day All,
The problem was not with the iFrame but was in the style sheet.
A new simpler CSS and it works as expected. I presume FF is a little more accurate in interpreting CSS.

cheers,
bladecatcher