I have a "footer" and "footer content". I'd like to hide the "footer content" and show it when the user mouses over the "footer". Or I could shrink the footer content on mouseout and grow it on mouseover. Which do you think would be better? And is it better to use JQuery (or jQuery UI) for this sort of thing? And if so, does anyone know of a plugin that will do the trick? I'd like to animate the thing with some smooth easing, too.
As a side note (important or not?), I am constructing a "one page" website with a fixed footer and header.