优内建站网,专业建站,企业建站,免费建站,智能建站,个人建站!
主营企业建站,seo优化,手机网站,微信网站开发等业务!>> 繁体中文
用户名: 密 码: 验证码:    
企业建站,专业建站,模板建站,智能建站
 您现在的位置:首页 >> 特效代码 >> 详细内容>>        【字体:  】【颜色: 绿

网页特效代码:新闻切换特效的实现

在百度搜索关于“网页特效代码:新闻切换特效的实现”的内容

在谷歌搜索关于“网页特效代码:新闻切换特效的实现”的内容

买空间、服务器就上威客主机网(VK163.COM) 虚拟主机评测+IDC导航=威客主机之家 标志设计
[内容提要] STYLEtype=text/css!--body{text-align:center;margin:0;padding:0;background:#FFF;font-size:12px;color:#000;}div,form,img,ul,ol,li,dl,dt,dd...

作者: 优内科技  来源: 优内科技  驻站日期:2008/12/30 【 加入收藏 】 【 打印此页 】 【 关闭

<STYLE type=text/css>
<!--
body { text-align: center; margin:0; padding:0; background: #FFF; font-size:12px; color:#000;}
div,form,img,ul,ol,li,dl,dt,dd {margin: 0; padding: 0; border: 0;}
h1,h2,h3,h4,h5,h6 { margin:0; padding:0;}
table,td,tr,th{font-size:12px;}
a:link {color: #000; text-decoration:none;}
a:visited {color: #83006f;text-decoration:none;}
a:hover {color: #c00; text-decoration:underline;}
a:active {color: #000;}
.focusPic{margin:0 auto; width:244px;}
.focusPic .pic{margin:0 auto; width:240px; height:180px; padding:2px 0 0;}
.focusPic .adPic{margin:0 auto 5px; width:240px; height:29px; overflow:hidden;background:url(http://tech.163.com/newimg/adpic.gif);}
.focusPic .adPic .text{float:right; padding:9px 4px 0 0; width:140px;}
.focusPic .adPic .text a{color:#1f3a87;}
.focusPic .adPic .text a:hover{color:#bc2931;}
.focusPic h2{ float:left; width:232px;padding:4px 0 3px 12px; font-size:14px; text-align:left;}
.focusPic p{float:left; width:226px;line-height:160%; margin:0; text-align:left;padding:0 0 10px 12px;}
.focusPic p img {margin:0px 0 2px;}
.focusPic .more{ margin:0 auto; width:240px; }
.focusPic .more .textNum{float:right; margin:0 8px 0 0;padding:0 0 4px;}
.focusPic .more .textNum .text{float:left; font-weight:bold; padding:7px 6px 0 0; color:#666;}
.focusPic .more .textNum .num{float:left; width:113px; height:19px;}
.focusPic .more .textNum .bg1{ background:url(http://tech.163.com/newimg/num1.gif);}
.focusPic .more .textNum .bg2{ background:url(http://tech.163.com/newimg/num2.gif);}
.focusPic .more .textNum .bg3{ background:url(http://tech.163.com/newimg/num3.gif);}
.focusPic .more .textNum .bg4{ background:url(http://tech.163.com/newimg/num4.gif);}
.focusPic .more .textNum .num ul{ float:left; width:113px;}
.focusPic .more .textNum .num li{float:left; width:28px; font-weight:bold;display:block; color:#fff; list-style-type:none; padding:6px 0 0;}
.focusPic .more .textNum .num li a{color:#fff; padding:0 5px; }
.focusPic .more .textNum .num li a:visited{color:#fff;}
.focusPic .more .textNum .num li a:hover{color:#ff0;}

-->
</STYLE>

<SCRIPT language=JavaScript type=text/javascript>
var nn;
nn=1;
setTimeout('change_img()',6000);
function change_img()
{
 if(nn>4) nn=1
 setTimeout('setFocus1('+nn+')',6000);
 nn++;
 tt=setTimeout('change_img()',6000);
}
function setFocus1(i)
{
 selectLayer1(i);
}
function selectLayer1(i)
{
 switch(i)
 {
 case 1:
 document.getElementById("focusPic1").style.display="block";
 document.getElementById("focusPic2").style.display="none";
 document.getElementById("focusPic3").style.display="none";
 document.getElementById("focusPic4").style.display="none";
 document.getElementById("focusPic1nav").style.display="block";
 document.getElementById("focusPic2nav").style.display="none";
 document.getElementById("focusPic3nav").style.display="none";
 document.getElementById("focusPic4nav").style.display="none";
 break;
 case 2:
 document.getElementById("focusPic1").style.display="none";
 document.getElementById("focusPic2").style.display="block";
 document.getElementById("focusPic3").style.display="none";
 document.getElementById("focusPic4").style.display="none";
 document.getElementById("focusPic1nav").style.display="none";
 document.getElementById("focusPic2nav").style.display="block";
 document.getElementById("focusPic3nav").style.display="none";
 document.getElementById("focusPic4nav").style.display="none";
 break;
 case 3:
 document.getElementById("focusPic1").style.display="none";
 document.getElementById("focusPic2").style.display="none";
 document.getElementById("focusPic3").style.display="block";
 document.getElementById("focusPic4").style.display="none";
 document.getElementById("focusPic1nav").style.display="none";
 document.getElementById("focusPic2nav").style.display="none";
 document.getElementById("focusPic3nav").style.display="block";
 document.getElementById("focusPic4nav").style.display="none";
 break;
 case 4:
 document.getElementById("focusPic1").style.display="none";
 document.getElementById("focusPic2").style.display="none";
 document.getElementById("focusPic3").style.display="none";
 document.getElementById("focusPic4").style.display="block";
 document.getElementById("focusPic1nav").style.display="none";
 document.getElementById("focusPic2nav").style.display="none";
 document.getElementById("focusPic3nav").style.display="none";
 document.getElementById("focusPic4nav").style.display="block";
 break;
 }
}
</SCRIPT>

<DIV class=focusPic>
<DIV id=focusPic1 style="DISPLAY: none">
<DIV class=pic><A href="http://tech.163.com/special/000915SN/soft2005.html"><IMG height=180 alt=网易学院05年软件评选结果 src="http://cimg.163.com/tech/2006/1/18/2006011810122068706.jpg" width=240 border=0></A> </DIV>
<H2><A href="http://tech.163.com/special/000915SN/soft2005.html">网易学院05年软件评选结果</A></H2>
<P>经过大家的热情投票和我们的辛劳整理,网易学院2005年年度软件评选结果终于出炉啦。点击进入查看……<IMG height=5 alt=详细 src="/newimg/i2.gif" width=3> <A class=cDRed href="http://tech.163.com/special/000915SN/soft2005.html">详细</A></P></DIV>
<DIV id=focusPic2 style="DISPLAY: none">
<DIV class=pic><A href="http://tech.163.com/discover/"><IMG height=180 alt=颠覆丛林动物生存法则 src="http://cimg.163.com/tech/2006/1/17/200601171557008cee7.jpg" width=240 border=0></A> </DIV>
<H2><A href="http://tech.163.com/discover/">颠覆丛林动物生存法则</A></H2>
<P>群居动物的这种行为颠覆了我们通常认为的,在动物世界通行的 “丛林法则”,动物不都自私,不都是弱肉强食的。<IMG height=5 alt=详细 src="/newimg/i2.gif" width=3> <A class=cDRed href="http://tech.163.com/discover/">详细</A></P></DIV>
<DIV id=focusPic3 style="DISPLAY: none">
<DIV class=pic><A href="http://tech.163.com/special/00091MNJ/itobserve015.html"><IMG height=180 alt=WAPI并非贸易阴谋 src="http://cimg.163.com/tech/2006/1/17/2006011711483290a60.jpg" width=240 border=0></A> </DIV>
<H2><A href="http://tech.163.com/special/00091MNJ/itobserve015.html">WAPI并非贸易阴谋</A></H2>
<P>近日国家做出决定:“将向其他的国内及国外企业公布该算法”。事实证明中国WAPI标准并非是贸易阴谋。<IMG height=5 alt=详细 src="/newimg/i2.gif" width=3> <A class=cDRed href="http://tech.163.com/special/00091MNJ/itobserve015.html">详细</A></P></DIV>
<DIV id=focusPic4 style="DISPLAY: block">
<DIV class=pic><A href="http://tech.163.com/special/00091OSI/horizons.html"><IMG height=180 alt=新视野号探测冥王星特别专题 src="http://cimg.163.com/tech/2006/1/17/200601171002503f251.jpg" width=240 border=0></A> </DIV>
<H2><A href="http://tech.163.com/special/00091OSI/horizons.html">新视野号探测冥王星特别专题</A></H2>
<P>美国宇航局将于北京时间18日凌晨2时24分发射新视野号探测器,造访这颗人类唯一尚未探测过的行星-冥王星。<IMG height=5 alt=详细 src="/newimg/i2.gif" width=3> <A class=cDRed href="http://tech.163.com/special/00091OSI/horizons.html">详细</A></P></DIV>
<DIV class=more>
<DIV class=textNum>
<DIV class=text>&gt; 更多头图新闻</DIV>
<DIV class="num bg1" id=focusPic1nav style="DISPLAY: none">
<UL>
<LI>1 </LI>
<LI><A href="javascript:setFocus1(2);" target=_self>2</A> </LI>
<LI><A href="javascript:setFocus1(3);" target=_self>3</A> </LI>
<LI><A href="javascript:setFocus1(4);" target=_self>4</A> </LI></UL></DIV>
<DIV class="num bg2" id=focusPic2nav style="DISPLAY: none">
<UL>
<LI><A href="javascript:setFocus1(1);" target=_self>1</A> </LI>
<LI>2 </LI>
<LI><A href="javascript:setFocus1(3);" target=_self>3</A> </LI>
<LI><A href="javascript:setFocus1(4);" target=_self>4</A> </LI></UL></DIV>
<DIV class="num bg3" id=focusPic3nav style="DISPLAY: none">
<UL>
<LI><A href="javascript:setFocus1(1);" target=_self>1</A> </LI>
<LI><A href="javascript:setFocus1(2);" target=_self>2</A> </LI>
<LI>3 </LI>
<LI><A href="javascript:setFocus1(4);" target=_self>4</A> </LI></UL></DIV>
<DIV class="num bg4" id=focusPic4nav style="DISPLAY: block">
<UL>
<LI><A href="javascript:setFocus1(1);" target=_self>1</A> </LI>
<LI><A href="javascript:setFocus1(2);" target=_self>2</A> </LI>
<LI><A href="javascript:setFocus1(3);" target=_self>3</A> </LI>
<LI>4 </LI></UL></DIV></DIV></DIV></DIV>

添加到QQ书签 百度收藏 订阅到抓虾 添加到鲜果  新浪ViVi  365Key网摘  天极网摘  我摘  和讯网摘  yahoo  收藏到收客网  Digbuzz我挖网  添加到饭否  挖客  添加到google  

   【回到顶部】 【返回文章列表】 编辑:优内科技
⊕ 上一篇:经典时间代码集锦
⊕ 下一篇:农历的日期时间代码
  相关新闻
返回首页 | 设为首页 | 添加收藏 | 关于我们 | 联系我们 | 企业文化 | 合作伙伴 | 诚聘英才 | 网站报价 | 企业资质 | 网站地图
邮箱登陆 E- mail:master@cck5.com 点击这里给我发消息 客服专员 QQ:310203268 点击这里给我发消息 技术咨询 QQ:22071287点击这里给我发消息 代理备案 QQ:529631515
丰富的网站建设经验,专业提供网站建设、网站制作、网页设计服务,专业设计,真诚服务,不满意不收费!
Copyright 2008 - 2025 cck5 Inc. All Rights Reserved 优内建站网络科技公司
本站部分资源来自网络,如有侵犯您的版权,请告之,我们将即刻删除!QQ:310203268
主要业务:网站建设企业建站专业建站智能建站SEO优化微信建站手机建站
本站ICP备案号:浙ICP备11019299号 中国电信增值ICP经营许可证
不良信息举报中心 江西网警 信息产业部门备案 企业法人营业执照
 
扫优内微信二维码
“码”上有惊喜