Forum Moderators: open
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
<head>
<title>prova OBJECT</title>
</head>
<body>
Prova tag OBJECT</br />
<object data="page1.html" width="500" height="500">IFRAME con OBJECT</object>
</body>
</html>
it shows the page 'page1.html' within the main page, like IFRAME tag. But this was deprecated by W3 which establish to use instead the OBJECT tag.
Well, this little page works perfectly on Firefox, Safari, Opera and Konqueror but not on IE 7! how can i work this page on IE7 using XHTML 1.1 strict?