问答详情
源自:1-2 CSS3中transition属性

这样写对吗

<style>

     #block{width:400px;

       height:400px;

background-color:#09C;

margin:auto;

       -webkit-transition:background-color 3s;

}

#block:hover

{background-color:#F00;}

</style>


提问者:qq_天使的微笑_0 2015-12-16 17:10

个回答

  • 一毛钱
    2015-12-16 17:13:00

    对啊,鼠标滑过会变成红色