posts - 22,comments - 35,trackbacks - 0

          效果說(shuō)明:
          ????實(shí)現(xiàn)鼠標(biāo)移入和移出對(duì)象時(shí)的,對(duì)象背景漸隱漸現(xiàn)的動(dòng)態(tài)效果。

          <SCRIPT language=JavaScript>
          <!--
          ??? function over(obj, col,idNum) {
          ??????? changeColor(obj, col);
          ??? }
          ??? function out(obj,idNum) {
          ??????? changeColor(obj, "#3B77AB");
          ??? }
          ??? function changeColor(obj, col) {
          ??????? obj.filters.blendTrans.apply();
          ??? ??? obj.style.backgroundColor= col;
          ??????? obj.filters.blendTrans.play();
          ??? }

          //-->
          </SCRIPT>

          <style>
          ??? .login {
          ??????? width:100px;
          ??????? height:19px;
          ??????? background-color:#3B77AB;
          ??????? filter: blendTrans(duration=0.5);
          ??? }
          </style>

          <div class="login" onMouseOver="over(this, '#EFF8E2',2)" onMouseOut="out(this,2)" >
          ??? AAAAAAAAA
          ??? AAAAAAAAA
          ??? AAAAAAAAA
          </div>

          效果(鼠標(biāo)移動(dòng)到對(duì)象上察看):
          posted on 2006-06-30 10:28 kelven 閱讀(213) 評(píng)論(0)  編輯  收藏 所屬分類: JavaScript
          主站蜘蛛池模板: 临武县| 绥滨县| 佛山市| 集安市| 平湖市| 黑水县| 吐鲁番市| 瑞金市| 东源县| 贵港市| 肇庆市| 武汉市| 苍南县| 丰宁| 凯里市| 江永县| 保亭| 三都| 玉山县| 仁布县| 南京市| 佳木斯市| 汉寿县| 宜兰市| 突泉县| 义乌市| 双牌县| 新化县| 大冶市| 蓬安县| 喜德县| 庄浪县| 临夏市| 奎屯市| 温泉县| 平武县| 永康市| 潞城市| 隆子县| 湖南省| 定远县|