hover用法

时间:2014-08-12 18:29:54   收藏:0   阅读:189

$(‘.F_box_2‘).hover(
            function(){

                $(this).find(".make_reply").css({"color":"#c00","text-decoration":"underline","background-position":"12px -147px"});


            },
            function(){
                $(this).find(".make_reply").css({"color":"#666","text-decoration":"","background-position":"12px -117px"});


    });

hover用法,布布扣,bubuko.com

评论(0
© 2014 mamicode.com 版权所有 京ICP备13008772号-2  联系我们:gaon5@hotmail.com
迷上了代码!