SQnote
永远有多远……
SQnote - java,web优化,python,(www.sqnote.cn)

<style>
.button-normal
{
border:groove 1px #ffffff;
border-bottom:groove 1px #666666;
border-right:groove 1px #666666;
background-image:url(button-bg03.gif);
background-repeat:repeat-x;
background-color:Transparent;
height:20px;
event:expression(
onmouseover = function()
{
this.style.backgroundColor='red'
},
onmouseout = function()
{
this.style.backgroundColor='#ffffff'
}
)

}

</style>
<body>
<input type=button value="click me" class="button-normal">
</body>

posted on 2006-02-13 15:50  SQnote·www.SQnote.cn  阅读(481)  评论(0编辑  收藏  举报