Re: [VE][108] Error Message Feedback

Michael Adams <linux_mike@paradise.net.nz <mailto:linux_mike@paradise.net.nz?Subject=Re%3A%20%5BVE%5D%5B108%5D%20Error%20Message%20Feedback&In-Reply-To=%253C20060215232516.5c9d4455.linux_mike%40paradise.net.nz%253E&References=%253C20060215232516.5c9d4455.linux_mike%40paradise.net.nz%253E>> wrote:
>Sorry first reply went to OP, this one above went without reply.
>
>Some of these bugs in IE which have been used to hide stuff in the past
>are now fixed in IE7 beta. So be wary what works and what doesn't.
>Download the beta and try it yourself.
>http://www.microsoft.com/windows/IE/ie7/default.mspx

You are right. After much playing around I found a differnet 
solution the appares to validate, and thaould with with IE 7.

<!--[if IE]><style type="text/css">#invis { display: none; }</style><![endif]-->
 
[...]

<object classid="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B" codebase="http://www.apple.com/qtactivex/qtplugin.cab" height="256px" width="320px" class="image">
 <param name="src" value="action_conan.mov" />
 <param name="controller" value="true" />
 <param name="loop" value="true" />
 <object type="video/quicktime" id="invis" data="action_conan.mov" height="256px" width="320px" class="image">
  <param name="controller" value="true" />
  <param name="loop" value="true" />
  Error text.
 </object>
</object>

Received on Wednesday, 15 February 2006 17:27:10 UTC