Quote:
Originally Posted by VIPStephan
Or you use the object element. But that should only be used if no server side processing is possible.
|
You do end up with a border around the included content in IE7 though if you include HTML using an object tag. So that isn't practical if you want it to appear to be part of the same page.
Also if you still need to support IE6 you need two nested object tags and conditional comments. You can get rid of the border in IE6 using CSS from within the included page.