php作菜单,PHP制作下拉透明菜单

下拉透明菜单

var mmenus    = new Array();

var misShow   = new Boolean();

misShow=false;

var misdown   = new Boolean();

misdown=false;

var mnumberofsub=0;

var musestatus=false;

var mpopTimer = 0;

mmenucolor='#89CB10';mfontcolor='MenuText';mmenuoutcolor='#ADEF34';mmenuincolor='#B5E74E';

mmenuoutbordercolor=

'#ECFA3A';mmenuinbordercolor='#5A2614';mmidoutcolor='#A9DA1D';mmidincolor='#799310';

mmenuovercolor='#004080';mitemedge='0';msubedge='1';mmenuunitwidth=66;mmenuitemwidth

=140;mmenuheight=25;mmenuwidth='100%';mmenuadjust=0;mmenuadjustV=0;mfonts='font-family:

宋体; font-size: 9pt; color: MenuText; ';mcursor='hand';

var swipeSteps = 4;

var swipemsec = 25;

var swipeArray = new Array();

function swipe(el, dir, steps, msec) {

if (steps == null) steps = swipeSteps;

if (msec == null) msec = swipemsec;

if (el.swipeIndex == null)

el.swipeIndex = swipeArray.length;

if (el.swipeTimer != null)

window.clearTimeout(el.swipeTimer);

swipeArray[el.swipeIndex] = el;

el.style.clip = "rect(-99999, 99999, 99999, -99999)";

if (el.swipeCounter == null || el.swipeCounter == 0) {

el.orgLeft  = el.offsetLeft;

el.orgTop  = el.offsetTop;

el.orgWidth = el.offsetWidth;

el.orgHeight  = el.offsetHeight;

}

el.swipeCounter = steps;

el.style.clip = "rect(0,0,0,0)";

window.setTimeout("repeat(" + dir + "," + el.swipeIndex + "," + steps + "," + msec + ")", msec);

}

function repeat(dir, index, steps, msec) {

el = swipeArray[index];

var left   = el.orgLeft;

var top    = el.orgTop;

var width  = el.orgWidth;

var height = el.orgHeight;

if (el.swipeCounter == 0) {

el.style.clip = "rect(-99999, 99999, 99999, -99999)";

return;

}

else {

el.swipeCounter--;

el.style.visibility = "visible";

switch (dir) {

case 2:

el.style.clip = "rect(" + height*el.swipeCounter/steps + "," + width + "," + height + "," + 0 + ")";

el.style.top  = top - height*el.swipeCounter/steps;

break;

case 8:

el.style.clip = "rect(" + 0 + "," + width + "," + height*(steps-el.swipeCounter)/steps + "," + 0 + ")";

el.style.top  = top + height*el.swipeCounter/steps;

break;

case 6:

el.style.clip = "rect(" + 0 + "," + width + "," + height + "," + width*(el.swipeCounter)/steps + ")";

el.style.left  = left - width*el.swipeCounter/steps;

break;

case 4:

el.style.clip

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值