Hello,
I designed a site with a main page which did iclude an iframe (floating from the dreamweaver extension) displaying a dynamic recordset php+mysql and repeated regions) . It is working well in IE , but I got nothing displayed in latest Netscape -Mozilla, and have different sized iframe in Opera.
The syntax of the iframe is :
Code:
 <td width="682" align="center" valign="top"> <div align="left"> 
        <p align="center"><font color="771A35" size="6" face="Times New Roman, Times, serif, Arial">
          <iframe src="http://www.domain.com/products.php?catid=2" name="MyFrame" frameborder="1" width="100%" height="100% align="top">If you see this message your browser does not support frames!</iframe>
        </font></p>
        <p>Resume Visible Page Content...</p>
    </div>
    </td>
I thought that Iframes are compatible with all the newest browsers.Has anybody an idea how can i make my site accessible with any browser?