您的位置: 首页-> 电脑文摘-> 网页制作-> 正文

按扭特效
作者佚名 来源InterNet 加入时间:2004-11-25
说明:会变颜色的按扭
<style type="text/css">
<!--
.over {color:yellow; background: navy}
.down {color:yellow; background: navy; font-style: italic}
-->
</style>
<input
type="Button" value="按钮也疯狂"  name="Button"
onMouseOver="this.className='over';"
onMouseOut="this.className='';this.value='按钮也疯狂'"
onMouseDown="this.className='down';"
onMouseUp="this.className='over';"
onClick="this.value='我真的好喜欢你!'">


[文章录入员:sky365]

相关文章 相关软件:
::PCBOOKCN'ADS::


::网页制作::
DreamWeaver
FrontPage
FireWorks
Flash
HTML
其它
::阅读排行::
·Dreamweaver实现fla...
·滚动条特效
·网页制作从业须知
·鼠标特效-跟随光标的文字
·鼠标特效-图片跟随着光标
·DreamweaverMX制作导...
·学DW做ASP
·页面特效-漫天飞雪
·按扭特效
·制作主页的五十个秘诀