当前位置:首页 > 网页特效 > 鼠标特效 >

简单的鼠标经过变色效果

时间:2013-05-09 10:46 来源:互联网 作者:源码搜藏 收藏 推荐

运行代码 保存代码 复制代码 提示:您可以先修改部分代码再运行,保存代码功能在Firefox下无效。
简单的鼠标经过变色效果

很简单的鼠标经过变色效果,可自定义颜色。

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="keywords" content="站长,网页特效,js特效,广告代码,codesocang.com,sky,www.codesocang.com,源码搜藏网" />
<meta name="description" content="www.codesocang.com,源码搜藏网,站长必备js特效及广告代码。大量高质量js特效,提供高质量广告代码下载,尽在源码搜藏网" />
<title>鼠标经过变色效果,codesocang.com整理收集,源码搜藏网欢迎您。</title>
<style type="text/css">
<!--
table {
height: 159px;
width: 729px;
margin: 200px auto auto;
border-top: 1px dotted #FCC;
border-left: 1px dotted #FCC;
}
td {
border-bottom-width: 1px;
border-bottom-style: dotted;
border-bottom-color: #FCC;
border-right-width: 1px;
border-right-style: dotted;
border-right-color: #FCC;
}
#zzjs_net{
background-color:#eeeeee;
}
-->
</style>
</head>
<body>
<a href="http://www.codesocang.com/">源码搜藏网</a>,站长必备的高质量网页特效和广告代码。codesocang.com,站长js特效。<hr>
<!--欢迎来到源码搜藏网,我们网站收集大量高质量js特效,提供许多广告代码下载,网址:www.codesocang.com,zzjs@msn.com,用.net打造靓站-->
<table width="729" height="159" border="0" cellpadding="0" cellspacing="0">
  <tr>
    <td bgcolor="#0099FF"> </td>
    <td bgcolor="#0099FF"> </td>
    <td bgcolor="#0099FF"> </td>
    <td bgcolor="#0099FF"> </td>
    <td bgcolor="#0099FF"> </td>
  </tr>
  <tr id="zzjs_net" onmouseover="this.style.backgroundColor='#ffcccc'" onmouseout="this.style.backgroundColor='#eeeeee'">
    <td> </td>
    <td> </td>
    <td> </td>
    <td> </td>
    <td> </td>
  </tr>
  <tr id="zzjs_net" onmouseover="this.style.backgroundColor='#ffcccc'" onmouseout="this.style.backgroundColor='#eeeeee'">
    <td> </td>
    <td> </td>
    <td> </td>
    <td> </td>
    <td> </td>
  </tr>
  <tr id="zzjs_net" onmouseover="this.style.backgroundColor='#ffcccc'" onmouseout="this.style.backgroundColor='#eeeeee'">
    <td> </td>
    <td> </td>
    <td> </td>
    <td> </td>
    <td> </td>
  </tr>
  <tr id="zzjs_net" onmouseover="this.style.backgroundColor='#ffcccc'" onmouseout="this.style.backgroundColor='#eeeeee'">
    <td> </td>
    <td> </td>
    <td> </td>
    <td> </td>
    <td> </td>
  </tr>
</table>
</body>
</html>

由源码搜藏网整理,转载请注明出处https://www.codesocang.com/tx-shubiao/4643.html

鼠标特效下载排行

最新文章