Any Fix for Firefox Problems w/Iframe Resize Script?
1) Script Title: Iframe SSI script II
2) Script URL (on DD): http://www.dynamicdrive.com/dynamici...iframessi2.htm
3) Describe problem: Dynamic pages not properly handled by FireFox in this script :(
Quote:
Originally Posted by
ddadmin
I've looked at some of the problems reported by Firefox users, and a lot of them occurs when the iframe contains a dynamic page (ie: php). It seems to throw dynamic resizing off in Firefox. I'm not sure there's a solution to this, at least I haven't had any success tinkering with the script.
My problem is exactly that. I'm loading php pages and the vertical scroll bar does not resize for my iframes. I do not have the height pre-set to any percentage designation either.
Is there any progress made for a fix that can address this resize issue for firefox users in this predicament (ie. webmasters who are loading dynamic pages such as .php into their iframes).
This is a problem I've had to just settle with for 18 months now for my 20% of users who are on FireFox (~17,000 firefox users/week now). It will make a big difference for me if the code can be tinkered to resolve this. That is the only flaw I have with the script. Otherwise, it does everything else that I need it to do flawlessly and much better than any equivalent script on the net.
Any help would be appreciated. I hope someone could take another look at tinkering with the script since dynamic pages are becoming more and more prevalent as time goes on. I think the script was last tinkered in spring of '05.
Iframe scrollbar issue with firefox
Hi,
I am using the script specified and I have added the w3c html validation tag at the top too.But I still see the problem.
I am setting the height of the iframe as document.getElementById("MainB").height = document.getElementById("MainB").body.scrollHeight + 50.
//mainb is the id for the iframe.
The value of the height is about 90000.As a result the height of my page is also increased.But the Iframe does not adjust itself to use the complete space , instead I see a scroll bar for the IFrame.
Any help is appreciated.,
Thanks
looks like firefox problem
Hi,
To debug the issue , I have created a simple page with two Iframes.
----------------
<html><head/><body>
<iframe name="first" width="100%" height="60000" src="first.html" scrollbar="yes"></iframe>
<iframe name="second" width="100%" src="second.html"></iframe>
</body></html>
-------------------
The content length of my Iframe is about 55000.And I have set the Height of Iframe as 60000.But the Iframe displays contents only till around 33000(px) and shows a scrollbar.Leaving the extra space as blank.It somehow does not use the whole space , and always limits itself to 33000.Is this a problem with Firefox???
Thanks for your help,
SharathChandra.