Re: [VE][108] Error Message Feedback

On Wed, 15 Feb 2006 23:19:27 +1300
Michael Adams <linux_mike@paradise.net.nz> wrote:

> 
> On Tue, 14 Feb 2006 01:29:29 -0600
> Rogue the bronze firelizard <roguebfl@gmail.com> wrote:
> 
> > 
> > Rogue wrote:
> >  > Do you have have a valid way to do it for quicktime?
> > 
> > well I found an aswer to my question here:
> > 
> > http://realdev1.realise.com/rossa/rendertest/quicktime.html
> > 
> > Example Markup from that link
> > 
> > <script type="text/css">
> > 
> > |//* hides the second object from all versions of IE *//
> > * html object.mov {
> >     display: none;
> > }|
> > 
> > |//* displays the second object in all versions of IE apart from 5
> > |on PC *//
> > * html object.mov//**// {
> >     display: inline;
> > }|
> > 
> > |//* hides the second object from all versions of IE >= 5.5 *//
> > * html object.mov {
> >     display//**//: none;
> > }
> > </script>|
> > 
> > |<object classid="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B" 
> > codebase="http://www.apple.com/qtactivex/qtplugin.cab" width="320" 
> > height="260">
> >  <param name="src" value="/rossa/mov/tang.mov" />
> >  <param name="controller" value="true" />
> >  <object type="video/quicktime" data="/rossa/mov/tang.mov"
> >  width="320" 
> > height="260" class="mov">
> >   <param name="controller" value="true" />
> >   Error text.
> >  </object>
> > </object>|
> > 

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

-- 
Michael
 Those that can, do; those that can't, teach.

Received on Wednesday, 15 February 2006 10:33:39 UTC