Well, I assumed it would be in the HTML structure like it was originally but creating them on mouseenter seems a more elegant solution so if it's not terribly difficult to do that would be my preference. If I can't get that to work I can always use the original structure.
Here's a stripped down example of the structure only as it was done originally with a stack of divs, http://anoptic.com/demo/moo/index.html. Obviously the "onmouseover" and "fadeSlave" stuff used on the triggers is no longer relevant. The only js used so far is for the accordions. Thanks On Aug 16, 6:44 am, Jacob Gube <[email protected]> wrote: > Do you want the div's to be in the HTML structure or created on > mouseenter via DOM insertion (i.e. Element)?
