按钮特效
特殊效果的按钮
效果演示
说明:
特殊效果的按钮
效果:
代码:
<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='我真的好喜欢你!'">
怎样使用特效代码?
友情连接
关于我们
-
版权声明
-
广告服务
-
联系我们
-
友情链接
-
论坛登陆
© CopyRight 2002-2003, www.dabaoku.com, Inc. All Rights Reserved