Script

jQuery(function($){
    $('a')
        .next().hide()
    .end().hover(function(){
        $(this).next().stop(true,true).fadeIn('fast');
    },function(){
        $(this).next().fadeOut('fast');
    });
});

Demo

以下のリンクに連続でカーソルを当ててください。

GoogleGoogleへのリンク
Yahoo!Yahoo!へのリンク
THE HAM MEDIA札幌でホームページ制作をする社会人ハムの勉強ブログ。
5509犬好きによる犬の話題のないブログ