***按钮特效***windows风格的按钮 试试,还行吧?
把下列代码加到网页的<body></body>标签之间 从google下载我的照片管理软件<html>
<head>
<title>untitled document</title>
<meta http-equiv="content-type" content="text/html; charset=gb2312">
<style type="text/css">
<!--
.text {font-family: "arial", "helvetica", "sans-serif"; font-size: 12pt; color: #ff0000;font-weight : bold }
a:hover {font-family: "arial", "helvetica", "sans-serif"; font-size: 12pt; color: #ff0000;font-weight : bold ;text-decoration : none }
.normal {background-color:#ccccc; }
.over {background-color:#cccccc; border-top: 1px #ffffff solid;border-left: 1px #ffffff solid; border-right: 1px #999999 solid; border-bottom: 1px #999999 solid }
.down {background-color:#cccccc; border-top: 1px #999999 solid;border-left: 1px #999999 solid; border-right: 1px #ffffff solid; border-bottom: 1px #ffffff solid }
-->
</style>
</head>
<body bgcolor="#cccccc" text="#000000">
<table width="80" border="0" cellpadding="0" cellspacing="0" height="30">
<tr>
<td class=normal onmouseover='this.classname="over"' onmousedown='this.classname="down"' onmouseup='this.classname="over"' onmouseout='this.classname="normal"' >
<div align="center" >
<a href="http://www.jojoo.net" class="text"style="cursor:default" >点我啊!</a>
</div>
</td>
</tr>
</table>
</body>
</html>
--------------------------------------
http://www.huoyue.com.cn 活跃网,活跃人群的论坛,访问活跃网,将给您带来意想不到的收获,还可以免费为您开论坛,让您免费拥有与朋友、网友交流的论坛。你是年轻人吗?你活跃你就上!
页:
[1]