posts - 22,comments - 35,trackbacks - 0

          效果說明:
          ????實(shí)現(xiàn)鼠標(biāo)移入和移出對象時(shí)的,對象背景漸隱漸現(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)到對象上察看):
          posted on 2006-06-30 10:28 kelven 閱讀(219) 評論(0)  編輯  收藏 所屬分類: JavaScript
          主站蜘蛛池模板: 三台县| 德保县| 台前县| 贵州省| 文成县| 盐亭县| 察雅县| 视频| 隆尧县| 获嘉县| 隆安县| 静乐县| 灵石县| 门头沟区| 乐亭县| 巧家县| 区。| 驻马店市| 调兵山市| 尚义县| 蕉岭县| 巴林左旗| 上思县| 板桥市| 景洪市| 闻喜县| 宁明县| 永登县| 太湖县| 易门县| 凤山市| 盱眙县| 内黄县| 什邡市| 黄陵县| 那曲县| 山丹县| 南充市| 韶山市| 延津县| 甘南县|