- 浏览: 7040455 次
- 性别:
- 来自: 上海
最新评论
-
autosuggestion:
实现一个智能提示功能需要JavaScript、ajax、数据库 ...
自动提示结果 -
岁月之眸:
...
Java读TXT文件 -
yujian58:
写的好。
在线客服技术方案 -
QQ1067184821:
你好,能不能发个完整的给我呢?1067184821@qq.co ...
Extjs3.2+Json lib动态树与GridPanel简单展现 -
chenhua0725:
能不能发一个完成的包给我呢,谢谢了,83667664@qq.c ...
Extjs3.2+Json lib动态树与GridPanel简单展现
<LINK
href="1/p7tp_08.css" type=text/css rel=stylesheet>
<LINK href="1/ziti.css" type=text/css rel=stylesheet>
<SCRIPT src="1/p7tpscripts.js" type=text/javascript></SCRIPT>
<TABLE cellSpacing=2 cellPadding=2 width=480
border=0>
<TBODY>
<TR>
<TD align=left width=480>
<DIV class=p7TPpanel id=p7TP1>
<DIV class=p7TPwrapper>
<DIV class=p7TP_tabs>
<DIV class=down id=p7tpb1_1><A class=down
href="javascript:;"><B>147258</B></A></DIV>
<DIV id=p7tpb1_2><A
href="javascript:;"><B>2</B></A></DIV>
<DIV id=p7tpb1_3><A href="javascript:;"><B>3333</B></A></DIV><BR
class=p7TPclear></DIV>
<DIV class=p7TPcontent>
<DIV id=p7tpc1_1>
<TABLE cellSpacing=1 cellPadding=1 width="98%"
align=center border=0>
<TBODY>
<TR vAlign=top>
<TD>123456</TD></TR></TBODY></TABLE>
<TABLE cellSpacing=0 cellPadding=0 width=190
border=0>
<TBODY>
<TR>
<TD class=style35 width=190
height=10></TD></TR></TBODY></TABLE></DIV>
<DIV id=p7tpc1_2>
<TABLE cellSpacing=1 cellPadding=1 width="98%"
align=center border=0>
<TBODY>
<TR vAlign=top>
<TD align=left width="84%">23456</TD></TR></TBODY></TABLE></DIV>
<DIV id=p7tpc1_3>
<TABLE cellSpacing=1 cellPadding=1 width="98%"
align=center border=0>
<TBODY>
<TR vAlign=top>
<TD align=left width="84%">3589</TD></TR></TBODY></TABLE></DIV></DIV></TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE>
<SCRIPT type=text/javascript>...
<!--
P7_initTP(8,0);
//-->
</SCRIPT>
JS文件如下
===============================
var p7tpa=new Array();
function P7_setTP(){
var i,h="<sty"+"le type="text/css"> ";h+=".p7TP_tabs{display: block;}.p7TPcontent div{display:none;} ";
h+=".p7TPcontent div div{display:block;} ";if(document.getElementById){for(i=1;i<11;i++){
h+="#p7tpc"+i+"_1 {display:block;} ";}h+=" <"+"/sty"+"le>";document.write(h);}
}
P7_setTP();
function P7_initTP(){
var i,j,tb,tD,tP,tA,pb="p7TP";if(!document.getElementById){return;};p7tpa=arguments;
for(i=1;i<11;i++){tb=pb+i;tP=document.getElementById(tb);if(tP){tD=tP.getElementsByTagName("DIV");
if(tD){for(j=0;j<tD.length;j++){if(tD[j].id&&tD[j].id.indexOf("p7tpb")==0){
tA=tD[j].getElementsByTagName("A");if(tA[0]){tA[0].p7tpn=new Array(i,tD[j].id);
tA[0].onclick=function(){return P7_TPtrig(this);};}}}}}}
}
function P7_TPtrig(a){
var i,tD,tA,tC,c,d,sb,an=p7tpa[1];if(typeof(a)!='object'){c=a.replace("p7tpc","p7tpb");
d=document.getElementById(c);if(d){a=d.getElementsByTagName("A")[0];}}if(a.p7tpn){
tD=document.getElementById(a.p7tpn[1]);if(tD){tA=tD.parentNode.getElementsByTagName("A");
for(i=0;i<tA.length;i++){if(tA[i].p7tpn){sb=tA[i].p7tpn[1].replace("p7tpb","p7tpc");
tC=document.getElementById(sb);if(tA[i]==a){tA[i].className="down";
document.getElementById(tA[i].p7tpn[1]).className="down";if(tC){if(an>0){
tC.style.visibility="hidden";tC.style.display="block";setTimeout("P7_TPanim('"+tC.id+"')",100);
}else{tC.style.display="block";}}}else{tA[i].className='';
document.getElementById(tA[i].p7tpn[1]).className='';if(tC){tC.style.display="none";}}}}}}return false;
}
function P7_TPanim(iD){
var i,f,tC,g=new Array(),an=p7tpa[1];ob=document.getElementById(iD);tC=ob.parentNode;
if(!tC.filters){ob.style.opacity="0.10";ob.style.visibility='visible';P7_TPfadeIn(ob.id,0.00);
return;}f='progid:DXImageTransform.Microsoft.';d=' Duration=1';
g[0]='Fade';g[1]='Fade';g[2]='Wipe(GradientSize=0.5, wipeStyle=0, motion="forward"'+d+')';
g[3]='Pixelate(MaxSquare=50,Duration=1,Enabled=false'+d+')';
g[4]='RandomDissolve('+d+')';g[5]='Iris(irisstyle="SQUARE", motion="in"'+d+')';
g[6]='Iris(irisstyle="SQUARE", motion="out"'+d+')';g[7]='Iris(irisstyle="CIRCLE", motion="in"'+d+')';
g[8]='Iris(irisstyle="CIRCLE", motion="out"'+d+')';g[9]='Blinds(direction="up", bands=1'+d+')';
g[10]='Blinds(direction="down", bands=1'+d+')';g[11]='Blinds(direction="right", bands=1'+d+')';
g[12]='Blinds(direction="left", bands=1'+d+')';g[13]='Barn(orientation="vertical", motion="in"'+d+')';
g[14]='Barn(orientation="vertical", motion="out"'+d+')';g[15]='Barn(orientation="horizontal", motion="in"'+d+')'
g[16]='Barn(orientation="horizontal", motion="out"'+d+')';g[17]='Strips(motion="leftdown"'+d+')';
g[18]='Strips(motion="leftup"'+d+')';g[19]='Strips(motion="rightdown"'+d+')';
g[20]='Strips(motion="rightup"'+d+')';g[21]='RadialWipe(wipeStyle="clock"'+d+')';
g[22]='RadialWipe(wipeStyle="wedge"'+d+')';g[23]='RadialWipe(wipeStyle="radial"'+d+')';
g[24]='Slide(slideStyle="PUSH", bands=1'+d+')';g[25]='Slide(slideStyle="SWAP", bands=5'+d+')';
g[26]='Slide(slideStyle="HIDE", bands=1'+d+')';g[27]='Wheel(spokes=4'+d+')';g[28]='Wheel(spokes=16'+d+')';
an=(an>g.length)?3:an;f+=g[an];tC.style.filter=f;if(tC.filters.length<1){p7tpa[1]=0;ob.style.visibility='visible';
return;}tC.filters[0].Apply();ob.style.visibility='visible';tC.filters[0].Play();
}
function P7_TPfadeIn(id,op){
var d=document.getElementById(id);op+=.05;op=(op>=1)?1:op;d.style.opacity=op;
if(op<1){setTimeout("P7_TPfadeIn('"+id+"',"+op+")",10);}
}
转自http://www.corange.cn/archives/2007/04/28.html
href="1/p7tp_08.css" type=text/css rel=stylesheet>
<LINK href="1/ziti.css" type=text/css rel=stylesheet>
<SCRIPT src="1/p7tpscripts.js" type=text/javascript></SCRIPT>
<TABLE cellSpacing=2 cellPadding=2 width=480
border=0>
<TBODY>
<TR>
<TD align=left width=480>
<DIV class=p7TPpanel id=p7TP1>
<DIV class=p7TPwrapper>
<DIV class=p7TP_tabs>
<DIV class=down id=p7tpb1_1><A class=down
href="javascript:;"><B>147258</B></A></DIV>
<DIV id=p7tpb1_2><A
href="javascript:;"><B>2</B></A></DIV>
<DIV id=p7tpb1_3><A href="javascript:;"><B>3333</B></A></DIV><BR
class=p7TPclear></DIV>
<DIV class=p7TPcontent>
<DIV id=p7tpc1_1>
<TABLE cellSpacing=1 cellPadding=1 width="98%"
align=center border=0>
<TBODY>
<TR vAlign=top>
<TD>123456</TD></TR></TBODY></TABLE>
<TABLE cellSpacing=0 cellPadding=0 width=190
border=0>
<TBODY>
<TR>
<TD class=style35 width=190
height=10></TD></TR></TBODY></TABLE></DIV>
<DIV id=p7tpc1_2>
<TABLE cellSpacing=1 cellPadding=1 width="98%"
align=center border=0>
<TBODY>
<TR vAlign=top>
<TD align=left width="84%">23456</TD></TR></TBODY></TABLE></DIV>
<DIV id=p7tpc1_3>
<TABLE cellSpacing=1 cellPadding=1 width="98%"
align=center border=0>
<TBODY>
<TR vAlign=top>
<TD align=left width="84%">3589</TD></TR></TBODY></TABLE></DIV></DIV></TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE>
<SCRIPT type=text/javascript>...
<!--
P7_initTP(8,0);
//-->
</SCRIPT>
JS文件如下
===============================
var p7tpa=new Array();
function P7_setTP(){
var i,h="<sty"+"le type="text/css"> ";h+=".p7TP_tabs{display: block;}.p7TPcontent div{display:none;} ";
h+=".p7TPcontent div div{display:block;} ";if(document.getElementById){for(i=1;i<11;i++){
h+="#p7tpc"+i+"_1 {display:block;} ";}h+=" <"+"/sty"+"le>";document.write(h);}
}
P7_setTP();
function P7_initTP(){
var i,j,tb,tD,tP,tA,pb="p7TP";if(!document.getElementById){return;};p7tpa=arguments;
for(i=1;i<11;i++){tb=pb+i;tP=document.getElementById(tb);if(tP){tD=tP.getElementsByTagName("DIV");
if(tD){for(j=0;j<tD.length;j++){if(tD[j].id&&tD[j].id.indexOf("p7tpb")==0){
tA=tD[j].getElementsByTagName("A");if(tA[0]){tA[0].p7tpn=new Array(i,tD[j].id);
tA[0].onclick=function(){return P7_TPtrig(this);};}}}}}}
}
function P7_TPtrig(a){
var i,tD,tA,tC,c,d,sb,an=p7tpa[1];if(typeof(a)!='object'){c=a.replace("p7tpc","p7tpb");
d=document.getElementById(c);if(d){a=d.getElementsByTagName("A")[0];}}if(a.p7tpn){
tD=document.getElementById(a.p7tpn[1]);if(tD){tA=tD.parentNode.getElementsByTagName("A");
for(i=0;i<tA.length;i++){if(tA[i].p7tpn){sb=tA[i].p7tpn[1].replace("p7tpb","p7tpc");
tC=document.getElementById(sb);if(tA[i]==a){tA[i].className="down";
document.getElementById(tA[i].p7tpn[1]).className="down";if(tC){if(an>0){
tC.style.visibility="hidden";tC.style.display="block";setTimeout("P7_TPanim('"+tC.id+"')",100);
}else{tC.style.display="block";}}}else{tA[i].className='';
document.getElementById(tA[i].p7tpn[1]).className='';if(tC){tC.style.display="none";}}}}}}return false;
}
function P7_TPanim(iD){
var i,f,tC,g=new Array(),an=p7tpa[1];ob=document.getElementById(iD);tC=ob.parentNode;
if(!tC.filters){ob.style.opacity="0.10";ob.style.visibility='visible';P7_TPfadeIn(ob.id,0.00);
return;}f='progid:DXImageTransform.Microsoft.';d=' Duration=1';
g[0]='Fade';g[1]='Fade';g[2]='Wipe(GradientSize=0.5, wipeStyle=0, motion="forward"'+d+')';
g[3]='Pixelate(MaxSquare=50,Duration=1,Enabled=false'+d+')';
g[4]='RandomDissolve('+d+')';g[5]='Iris(irisstyle="SQUARE", motion="in"'+d+')';
g[6]='Iris(irisstyle="SQUARE", motion="out"'+d+')';g[7]='Iris(irisstyle="CIRCLE", motion="in"'+d+')';
g[8]='Iris(irisstyle="CIRCLE", motion="out"'+d+')';g[9]='Blinds(direction="up", bands=1'+d+')';
g[10]='Blinds(direction="down", bands=1'+d+')';g[11]='Blinds(direction="right", bands=1'+d+')';
g[12]='Blinds(direction="left", bands=1'+d+')';g[13]='Barn(orientation="vertical", motion="in"'+d+')';
g[14]='Barn(orientation="vertical", motion="out"'+d+')';g[15]='Barn(orientation="horizontal", motion="in"'+d+')'
g[16]='Barn(orientation="horizontal", motion="out"'+d+')';g[17]='Strips(motion="leftdown"'+d+')';
g[18]='Strips(motion="leftup"'+d+')';g[19]='Strips(motion="rightdown"'+d+')';
g[20]='Strips(motion="rightup"'+d+')';g[21]='RadialWipe(wipeStyle="clock"'+d+')';
g[22]='RadialWipe(wipeStyle="wedge"'+d+')';g[23]='RadialWipe(wipeStyle="radial"'+d+')';
g[24]='Slide(slideStyle="PUSH", bands=1'+d+')';g[25]='Slide(slideStyle="SWAP", bands=5'+d+')';
g[26]='Slide(slideStyle="HIDE", bands=1'+d+')';g[27]='Wheel(spokes=4'+d+')';g[28]='Wheel(spokes=16'+d+')';
an=(an>g.length)?3:an;f+=g[an];tC.style.filter=f;if(tC.filters.length<1){p7tpa[1]=0;ob.style.visibility='visible';
return;}tC.filters[0].Apply();ob.style.visibility='visible';tC.filters[0].Play();
}
function P7_TPfadeIn(id,op){
var d=document.getElementById(id);op+=.05;op=(op>=1)?1:op;d.style.opacity=op;
if(op<1){setTimeout("P7_TPfadeIn('"+id+"',"+op+")",10);}
}
转自http://www.corange.cn/archives/2007/04/28.html
发表评论
-
jQuery+Ajax+PHP+Mysql实现分页显示数据
2013-09-09 15:54 2859jQuery+Ajax+PHP+Mysql实现分页显示数 ... -
Tab页界面,用jQuery及Ajax技术实现
2009-09-19 18:06 1796从桌面开发的时代开始,Tab页就是一个优异的界面布局形式,兼有 ... -
自动提示结果
2008-12-05 14:39 1142自动提示结果,仿google搜索框提示 http://ww ... -
visibility和display区别
2008-12-05 19:55 906它们都可以实现对域的隐藏,但visibility要占用域的空间 ... -
可放在网页旁边的导航菜单,点击向右边展开
2008-12-05 20:04 1257<iframe name="google_ad ... -
图片加载loading...
2008-12-06 10:39 1181<iframe name="google_ad ... -
iframe加载loading...
2008-12-06 10:40 1178<body> <div id="l ... -
发一个选项卡动态增删的效果..
2008-12-06 13:16 1074发一个选项卡动态增删的效果.. 仿126的效果,可以删除的ta ... -
复选框问题,将选定的值在textarea显示
2008-12-07 02:12 1150<iframe name="google_ ... -
表格复选和复选变色效果
2008-12-07 02:13 735<style type="text/c ... -
表格数据排序
2008-12-07 02:14 990<STYLE type=text/css>TA ... -
检测密码强度
2008-12-07 02:15 916<!DOCTYPE html PUBLIC &quo ... -
CNL Tree Menu Ver1.02无限级树形菜by CNLei枫岩
2008-12-07 02:15 1184<!DOCTYPE html PUBLIC &quo ... -
点击按钮,实现复制网址的代码
2008-12-07 02:19 1906<iframe name="google_ ... -
完全去除页面滚动条的方法
2008-12-07 02:21 1709今天做站的时候客户要求实现网站全屏,使用JavaScript: ... -
支持IE和火狐浏览器的加入收藏夹js代码
2008-12-07 20:01 2942支持IE和火狐浏览器的加入收藏夹js代码 如果想要在opera ... -
javascript实现换皮肤的一种思路
2008-12-07 20:11 895难点在于document.write输出html语句结构用法。 ... -
yiu简易网页调色板功能调用代码
2008-12-08 10:13 980简易网页调色板功能调用代码 colorSelect('色值 ... -
table排序类,点击第一行标题可以排序
2008-12-08 10:20 1459table排序类,点击第一行标题可以排序 <!DO ... -
表格隔行换色+鼠标经过变色(ie6,ie7,ff)
2008-12-08 10:21 1133<!DOCTYPE html PUBLIC " ...
相关推荐
在网页设计中,选项卡效果是一种常见的用户界面设计模式,它允许用户在有限的空间内查看和切换多个内容面板。在本教程中,我们将探讨如何使用JavaScript和CSS+div技术来实现这种效果。JavaScript用于处理交互逻辑,...
在IT界,选项卡效果是一种常见的用户界面设计模式,它帮助用户在有限的空间内组织和切换不同的内容区域。本文将详细探讨"项卡效果"、"定时切换选项卡效果"以及"163选项卡效果"这三个核心概念,并提供相关的实现技术...
【标题】:“图片选项卡效果页面QQ效果大集合” 这篇博客文章主要探讨的是如何实现一个类似于QQ应用中的图片选项卡效果,这是一种常见的用户界面(UI)设计,用于展示多个图片或内容并允许用户通过切换选项卡来浏览...
在本压缩包“TabControl实现Windows选项卡效果.rar”中,可能包含了关于如何在Windows Forms或WPF(Windows Presentation Foundation)环境中使用TabControl来创建具有Windows风格选项卡效果的示例代码和教程。...
本示例中的"jq实现选项卡 jq简单选项卡效果demo下载.zip"提供了使用jQuery实现选项卡效果的代码和示例。 在`jQuery`中实现选项卡效果主要涉及以下几个步骤: 1. **HTML结构**:首先,我们需要设置HTML结构来表示...
6段代码实现选项卡效果,简单易用,快速入门
实现效果: jQuery tab仿京东商品切换选项卡效果,实现商品的切换,当鼠标放在标题上时,使内容发生变化,我们通常也称为“滑动门”的特效。非常适合在商城中使用。php中文网推荐下载!
以下是对"各种选项卡效果"的详细解读: 1. **静态选项卡**:最基础的选项卡效果,标签和内容面板是固定的,用户点击一个标签,对应的面板就会显示出来,其他面板隐藏。这种效果适用于内容较少且不经常变动的情况。 ...
### 仿MSN网站TAB选项卡效果的实现与分析 在网页设计中,TAB选项卡是一种常见的交互元素,它能够帮助用户在有限的空间内查看多个不同的内容板块,提高用户体验。本篇文章将深入解析“仿MSN网站TAB选项卡效果”的...
在网页设计中,选项卡效果是一种常见的用户界面设计模式,它允许用户在有限的空间内查看和切换多个内容面板。在本教程中,我们将探讨如何使用HTML的`div`元素配合CSS来实现一个跨浏览器的选项卡效果。这种方法既实用...
本文将深入探讨“不规则TAB选项卡效果”这一话题,它属于JavaScript(JS)特效的一种,用于创建独特且吸引人的用户体验。 首先,选项卡效果的基本概念是将大量内容分割成多个部分,每个部分对应一个选项卡,用户...
在网页设计中,选项卡效果是一种常见的用户界面(UI)元素,它允许用户在有限的空间内查看和交互多个相关的但不同时展示的内容区域。这种效果通常用于网站的导航、产品展示、设置面板等多个场景,提高了用户体验,...
至此,一个基本的纯CSS选项卡效果已经完成。当然,还可以根据需求进一步定制,比如添加过渡动画,或者响应式布局调整。但核心思想就是使用CSS选择器来控制元素的显示与隐藏,以及利用伪类来实现交互反馈。 总结来说...
这个"简单实用的Bootstrap选项卡效果"教程将引导你了解如何利用Bootstrap的选项卡组件创建交互式的用户界面。选项卡在网页设计中非常常见,它们允许在有限的空间内展示大量信息,同时保持页面整洁和易于导航。 ...
标题“简单的仿126选项卡效果”表明我们要探讨的是如何实现一种类似于126邮箱中的选项卡式界面。在Web开发中,选项卡是一种常见的交互设计元素,它允许用户在有限的空间内浏览多个相关但独立的内容区域。126邮箱的...
知识点:JQuery实现多选项卡效果 1. 多选项卡的基本概念:在网页设计中,选项卡是一种常见的导航方式,用户可以通过点击不同的标签页切换到不同的内容区域。如果一个选项卡中还包含多个子选项,即为多选项卡。在多...
MaterialTabs库是实现这种效果的一种方式,它为开发者提供了谷歌Material Design风格的选项卡。下面将详细介绍FragmentTab选项卡及其与MaterialTabs库的相关知识。 1. **FragmentTabHost**: Android中的`...
JavaScript 选项卡效果是网页设计中常用的一种交互元素,它能有效地组织和展示大量信息,同时保持页面整洁。本文将深入探讨JavaScript实现选项卡效果的关键知识点,并提供一个实际的示例来帮助理解。 首先,我们要...