If I use Effect.Fade on a floating div (or any node I assume), it easy to just use Effect.Appear on it, or set .style.display = ''block'' to make it reappear. However if I use Effect.DropOut I can''t seem to make it reappear.. I''ve tried to set .style.display, .style.position = ''static'', using Effect.Appear and other ones, but it just won''t appear again... I''m using it to make the object disappear from a box and reappear in another box on doubleclick. Since the other box is below the first one, DropOut would look a lot cooler than Fade. :) // Per