V
Veronika
I am trying to insert the following code, which displays O.K. in Firefox,
but not in IE7. What do I have to do to make it work in IE7??
<div>
<!--[if IE]>
<object classid="clsid:25336920-03F9-11CF-8FD0-00AA00686F13"
data="Calendar09-20/December2008.html" style="width:100%;height:900px;">
</object>
<![endif]-->
<!--[if !IE]> <-->
<object type="text/html" data="Calendar09-20/December2008.html"
style="width:100%;height:900px;">
<p>non object</p>
</object>
<!--> <![endif]-->
</div>
tx
but not in IE7. What do I have to do to make it work in IE7??
<div>
<!--[if IE]>
<object classid="clsid:25336920-03F9-11CF-8FD0-00AA00686F13"
data="Calendar09-20/December2008.html" style="width:100%;height:900px;">
</object>
<![endif]-->
<!--[if !IE]> <-->
<object type="text/html" data="Calendar09-20/December2008.html"
style="width:100%;height:900px;">
<p>non object</p>
</object>
<!--> <![endif]-->
</div>
tx