Yeah, because, do you want to trigger and show a div in the left big
content blog, or is it more menu stuff you want to show with the js.

PS > I would advise to create a fully "working" page that does not
rely on JS. I mean, show all the divs and link to them with an anchor
or something.
Then the JS should add the dynamic stuff to it (hide them, place them
on top of each other or whatever you want, apply fx, etc.)

On Aug 16, 4:11 pm, "Steve Onnis" <[email protected]> wrote:
> Can you show us an example of how it is currently working so we can see it
> in action?
>
>
>
> -----Original Message-----
> From: Jacob Gube [mailto:[email protected]]
> Sent: Sunday, 16 August 2009 9:44 PM
> To: MooTools Users
> Subject: [Moo] Re: Fade in div
>
> Do you want the div's to be in the HTML structure or created on
> mouseenter via DOM insertion (i.e. Element)?
>
> It's easier to help if you could share with us what you have thus far.
>
> Jacob
>
> On Aug 15, 1:33 pm, Todd <[email protected]> wrote:
> > I have a ul menu with 7 links. On mouseenter each link needs to
> > trigger its own div (e.g., #div1, #div2 etc.) which will fade in and
> > appear with the same absolute position coordinates. Each of these divs
> > need to be initially hidden and depending on the link that's triggered
> > it's corresponding div must always appear on top.
>
> > With Mootools 1.1 this was done with, I think, an "effect onload"
> > kinda thing. I don't know because I didn't build it. Point is, moo 1.2
> > breaks the effect so now I need a clean way to replicate the
> > functionality. Structurally and visually everything is in place and
> > ready to go except the js. I'm new to js so bear with me.
>
> > Todd

Reply via email to