See the jQuery UI Slide Effect: http://docs.jquery.com/UI/Effects/Slide
With effects.core.js and effects.slide.js included, you can do $("img").hide("slide", { direction:"down" }); $("img").show("slide", { direction:"down" }); The files can be downloaded here: http://ui.jquery.com/download_builder/ - Richard On Thu, Sep 18, 2008 at 7:24 PM, yo2lux <[EMAIL PROTECTED]> wrote: > > Is possible to add a css image with jquery and show the image > gradually? (for example sliding up and down) > > I need something like this menu: www.antena1.ro, without macromedia > flash. > I try to add a css image when mouse hover the menu: > > css('backgroundImage', 'url(images/menubg.gif'). > > But what I need to do to show this image gradually ? Thanks! >