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
