Wow, even worse in IE, but that's to be expected. I'll fool around
with the CSS, see if that's what it is.

On Nov 13, 10:47 am, electronbender <[EMAIL PROTECTED]> wrote:
> Well in Chrome it's not looking that bad. There's a small bit that's
> not being hidden when you click on hide the video.
> Firefox is a distaster, video is open fully, and the resize bar is on
> the left side of the screen.
> I'm guessing it's more of a CSS issue then mootools?
> Yup, there is no width set to the div.
>
> On Nov 12, 4:11 pm, Mark Lancaster <[EMAIL PROTECTED]> wrote:
>
> > Crap, I forgot that server is behind the A&M firewall... I copied the
> > site over to my server. Here's the new link...
>
> >http://www.marklancaster.net/infosat09/layout.cfm
>
> > On Nov 12, 6:58 am, electronbender <[EMAIL PROTECTED]> wrote:
>
> > > The link dont work...
>
> > > On Nov 11, 4:32 pm, Mark Lancaster <[EMAIL PROTECTED]> wrote:
>
> > > > I've searched here, google, mootools forums... can't find the answer.
>
> > > > I simply want the YouTube player to initially be hidden and then slide
> > > > out properly instead of how it's currently being displayed.
>
> > > >http://itim-test.tamu.edu/InfoSAT%2009/layout.cfm
>
> > > > <div id="slideout_content">
> > > >         <div id="video_holder">
> > > >         <object width="300" height="250"><param name="movie" 
> > > > value="http://www.youtube.com/v/iev9826bJK0&hl=en&fs=1";></param><param
> > > > name="allowFullScreen" value="true"></param><param
> > > > name="allowscriptaccess" value="always"></param><embed 
> > > > src="http://www.youtube.com/v/iev9826bJK0&hl=en&fs=1"; 
> > > > type="application/x-
> > > > shockwave-flash" allowscriptaccess="always" allowfullscreen="true"
> > > > width="300" height="250"></embed></object>
> > > >         </div>
> > > > </div>
>
> > > > window.addEvent('domready', function() {
> > > >         var myHorizontalSlide = new Fx.Slide('video_holder', {mode:
> > > > 'horizontal'});
> > > >         myHorizontalSlide.hide();
>
> > > >         $('toggle').addEvent('click', function(e){
> > > >                 e.stop();
> > > >                 myHorizontalSlide.toggle();
> > > >         });
>
> > > > });
>
> > > > thanks!

Reply via email to