Yes, this is it. :)

Look here: http://mooshell.net/j32aR/


Cheers, Daniel

On 2009-10-21, at 21/October, 2:42 PM, Thierry bela nanga wrote:

maybe the id is case sensitive,

what you did is <div id="sidebar">


but in the js,

var fx = new Fx.Reveal($('Sidebar'));,


try with

var fx = new Fx.Reveal($('sidebar'));


On Wed, Oct 21, 2009 at 1:35 PM, hamburger <[email protected]> wrote:

Sorry I found a problem.
It works fine with IE but It doesn't works with firefox.
Any idea???
her my test-side:
www.opteynde.com/test.html
thx


On 21 Okt., 13:31, hamburger <[email protected]> wrote:
> I got it.
> Thanks again to everybody here.
> Its a great forum with fast answering.
>
> On 21 Okt., 12:22, Thierry bela nanga <[email protected]> wrote:
>
> > of course,
> > look at the docs herehttp://mootools.net/docs/more/Fx/Fx.Reveal
>
> > On Wed, Oct 21, 2009 at 11:17 AM, hamburger <[email protected]> wrote:
>
> > > thanks for your quick resonse.
> > > One more Question. What does it mean with "reveal".
> > > and is there any possibility to fade horrizontally?
>
> > > On 20 Okt., 14:23, Daniel Lohse <[email protected]> wrote:
> > > > Hey there [sadly, no name given :)],
>
> > > > you could try it like this:http://mooshell.net/kKAVS/
>
> > > > ot this:http://mooshell.net/cEwMK/
>
> > > > :)
>
> > > > Cheers, Daniel
>
> > > > On 2009-10-20, at 20/October, 1:18 PM, hamburger wrote:
>
> > > > > Hello,
> > > > > I'am a newbe and need some help. I have this snipe witch works very
> > > > > well. I would like to cange my side to mootools and i need a
> > > > > translation.
> > > > > The function toggle my Sidebar by clicking on "id=ToogleSidebar"
>
> > > > >    jQuery('a#ToogleSidebar').click().toggle(function() {
> > > > >            jQuery('#sidebar').animate({
> > > > >                    width: 'hide',
> > > > >                    opacity: 'hide'
> > > > >            }, 'slow');
> > > > >            jQuery(this).toggleClass('sidebarcollapse');
> > > > >            jQuery(this).toggleClass('sidebarexpand');
> > > > >    }, function() {
> > > > >            jQuery('#sidebar').animate({
> > > > >                    width: 'show',
> > > > >                    opacity: 'show'
> > > > >            }, 'slow');
> > > > >            jQuery(this).toggleClass('sidebarcollapse');
> > > > >            jQuery(this).toggleClass('sidebarexpand');
> > > > >    });
>
> > > > > I don't know how to change "jQuery" to a mootool function.
>
> > > > > Thx for help in advance- Zitierten Text ausblenden -
>
> > > > - Zitierten Text anzeigen -
>
> > --http://tbela99.blogspot.com/
>
> > fax : (+33) 08 26 51 94 51- Zitierten Text ausblenden -
>
> > - Zitierten Text anzeigen -



--
http://tbela99.blogspot.com/

fax : (+33) 08 26 51 94 51

Reply via email to