close

<script src="http://code.jquery.com/jquery-1.11.1.min.js"></script>
<script language="javascript">
$(function(){

$('.news_list').hover(function(){
//當滑鼠滑入時
$(".news_title",this).css("color", "#029945");
},function(){
//當滑鼠滑開時
$(".news_title",this).css("color", "#2d2d2d");

}
);
});
</script>


<div class="news_list">
<h2 class="news_title">這是標題<br />
</div>

arrow
arrow
    全站熱搜

    stockwfj3 發表在 痞客邦 留言(0) 人氣()