[thelist] Moving IFRAME to CSS

Brian Cummiskey Brian at hondaswap.com
Fri Aug 12 12:27:01 CDT 2005


Norman Bunn wrote:

>> So, simple positioning of the IFRAME element is about it.  That should
>> do it.  Just wanted to know if there were any other tricks.

you could do a that, or

use a server-side include and use a div to mimic the iframe.

for example, with php...

<div style="height:100px; width: 400px; overflow: scroll;">
	<?php include(file.inc); ?>
</div>




More information about the thelist mailing list