Hopefully a quick one.
This:
Is fine and dandy in IE6 however in Firefox I just see the first iframe then nothing else.HTML Code:<?xml version="1.0" encoding="utf-8"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <title>ChoiceQuote Insurance</title> </head> <body> <div style="width:100%;text-align:center;height:inherit;border:none;"> <iframe id="top" frameborder="0" src="banner.htm" style="border:none;width:800px;height:120px;"/> <iframe id="main" frameborder="0" src="<%=variable%>" style="border:none;width:800px;height:420px;"/> <iframe id="bottom" frameborder="0" src="footer.htm" style="border:none;width:800px;height:50px;" /> </div> <noframes> <div>This page requires frames to be enabled</div> </noframes> </body> </html>
(ps this is only a problem in an .asp page, not .htm)
Any ideas?
Thanks




Reply With Quote