chaachee
01-21-2005, 07:43 PM
Script: Iframe SSI script II
URL: http://www.dynamicdrive.com/dynamicindex17/iframessi2.htm
I'm using the latest version of this script with the firefox fix in it but can't get it to display correctly.
One of the page I load in the iframe is the result of a SQL query. In order for this page to display correctly, I've found that I needed to remove the
height:100% part of the style in order to display the entire result set (both in IE or Firefox). The iframe string now reads <iframe id="myframe" src="phonebook.asp" scrolling="no" frameborder="0" marginwidth="0" marginheight="0" vspace="0" hspace="0" style="overflow:visible; width:900px; display:none"></iframe>
Because the height portion is missing, though, my main page no longer displays correctly in Firefox; the iframe barely shows the first line of that page. All works fine in IE. :confused: This page uses CSS layers... could that be the problem?
I can forward screenshots if this isn't clear enough.
URL: http://www.dynamicdrive.com/dynamicindex17/iframessi2.htm
I'm using the latest version of this script with the firefox fix in it but can't get it to display correctly.
One of the page I load in the iframe is the result of a SQL query. In order for this page to display correctly, I've found that I needed to remove the
height:100% part of the style in order to display the entire result set (both in IE or Firefox). The iframe string now reads <iframe id="myframe" src="phonebook.asp" scrolling="no" frameborder="0" marginwidth="0" marginheight="0" vspace="0" hspace="0" style="overflow:visible; width:900px; display:none"></iframe>
Because the height portion is missing, though, my main page no longer displays correctly in Firefox; the iframe barely shows the first line of that page. All works fine in IE. :confused: This page uses CSS layers... could that be the problem?
I can forward screenshots if this isn't clear enough.