Cross Browser seamless attribute for iframes
Cross Browser seamless attribute for iframes
The seamless attribute makes an iframe’s contents actually part of a page, and adopts the styles from its hosting page.
Browser Support
Sadly this feature is currently not supported by any browser.
Code Example
You can use seamless attribute for iframes like this:
<iframe seamless src="nav.inc"></iframe>
More Information
More information can be found here.