.show { width:600px; height:58px; margin:50px auto 0 auto; line-height:58px; border:1px solid #c00; background:#f0f0f0; text-align:center; /*提醒您重点注意查看下面的代码*/ event:expression( function() { this.style.backgroundColor='#ccc' th
.show {
width:600px;
height:58px;
margin:50px auto 0 auto;
line-height:58px;
border:1px solid #c00;
background:#f0f0f0;
text-align:center;
/*提醒您重点注意查看下面的代码*/
event:expression(
function()
{
this.style.backgroundColor='#ccc'
this.style.border='1px solid #000'
},
onmouseout = function()
{
this.style.backgroundColor='#f0f0f0'
this.style.border='1px solid #c00'
}
)
}
<div class="show"> - 网页教学网 - 提供最新最快的网页技术</div>
[Ctrl+A 全部选择 提示:你可先修改部分代码,再按运行]