×

谷歌搜索代码 索引 代码

那位朋友有百度和GOOGLE的搜索引擎代码?jquery tab 切换代码 滑动门

admin admin 发表于2022-05-04 15:57:41 浏览129 评论0

抢沙发发表评论

那位朋友有百度和GOOGLE的搜索引擎代码

谷歌代码:《script type=“text/javascript“》《!-- google_ad_client = “pub-1823078279817872“; google_ad_format = “configurable_sdo“; google_link_target = 2; google_color_bg = “ffffff“; google_color_link = “000000“; google_color_text = “000000“; google_encoding = “GB2312“; google_ad_channel = “0788295894“; google_box_len = 31; google_logo_pos = “left“; google_ad_height = 30; google_ad_width = 500;//--》《/script》《script type=“text/javascript“ src=“《/script》搜搜代码腾讯搜搜SOSO站内免费搜索代码:--------------------------------------------------------------------------------将以下HTML代码放入您的网页中即可进行站内检索(需将www.example.com换成您网站的域名)《!--Begin of Search QQ --》《form method=“get“ action=“

jquery tab 切换代码 滑动门

快下班了,题目给我留着,回家或者明天给你写。有一点要注意的是,“当鼠标不在 li 上 且不在相对应的 div 上时”这里,如果内容与滑门有一定距离的话,鼠标离开滑门内容就到默认块了,也就不存在鼠标到对应的内容块上去了。所以,应该是“当一定时间内,鼠标不在 li 上 且不在相对应的 div 上时,div为默认区块内容”。我理解的没错的话,就可以了,回头给你写 代码给你写好了,做了个插件,加上demo有点长,我先贴出来看行不行,不行我可以发给你。把下面的拷到一个html文件里,直接在浏览器里看效果。插件的用法都在代码的注释里了。《script src=“《script》/**** anthor: Mao wl* switch control Plug-in** based on Jquery* demo: $(’#switchWrap’).switchControl({ slideSpeed: 300, //content cutover speed controlTo: $(’#contentWrape’), //be controlled wrap contentDefaultNum: 0, //default content number, start from 0 checkRevertDefault_interval: 600 //the interval revert to default content while cursor not hover on switchWrap or contentWrape });***/(function(a){a.fn.switchControl=function(c){var e=a.extend({},{slideSpeed:300,controlTo:{},contentDefaultNum:0,checkRevertDefault_interval:1500},c);var b={t:““};var f=function(h){var i=0;a.each(h.prevAll(),function(){i+=a(this).width()});a(“#switchControlWrap“).animate({left:-i},e.slideSpeed)};var g=function(h,i){if(!h.hasClass(“hover“)&&!e.controlTo.hasClass(“hover“)){f(i)}};var d=function(h){var i=a(“#switchControlWrap“).children().eq(h);var j=0;a.each(i.prevAll(),function(){j+=a(this).width()});a(“#switchControlWrap“).animate({left:-j},e.slideSpeed)};return a(this).each(function(){var i=a(this);var h=0;var j=0;a.each(e.controlTo.children(),function(){if(a(this).height()》j){j=a(this).height()}h+=a(this).width()});e.controlTo.children().wrapAll(“《div id=’switchControlWrap’ style=’position:absolute; width:“+h+“; height:“+j+“’》《/div》“);var k=a(“#switchControlWrap“).children().eq(e.contentDefaultNum);a(“#switchControlWrap“).append(k);f(k);i.hover(function(){a(this).addClass(“hover“)},function(){a(this).removeClass(“hover“);clearTimeout(b.t);b.t=setTimeout(function(){g(i,k)},e.checkRevertDefault_interval)});e.controlTo.hover(function(){a(this).addClass(“hover“)},function(){a(this).removeClass(“hover“);clearTimeout(b.t);b.t=setTimeout(function(){g(i,k)},e.checkRevertDefault_interval)});a.each(i.children(),function(){a(this).click(function(){var l=a(this).index();d(l)})});g(i,k)})}})(jQuery);《/script》《style type=“text/css“》 #switchWrap{ list-style:none; } .switch{ width:90px; height:20px; background-color:#000; color:#FFF; text-align:center; display:block; float:left; margin-left:5px; cursor:pointer; } #contentWrape{ width:500px; height:360px; margin:auto; border:solid 1px #123123; position:relative; overflow:hidden; } #contentWrape div{ width:500px; height:360px; float:left; }《/style》《ul id=“switchWrap“》 《li class=“switch“》滑门1《/li》 《li class=“switch“》滑门2《/li》 《li class=“switch“》滑门3《/li》 《li class=“switch“》滑门4《/li》 《li class=“switch“》滑门5《/li》 《li class=“switch“》滑门6《/li》《/ul》《div id=“contentWrape“》 《div》默认内容区《/div》 《div》内容块1《/div》 《div》内容块2《/div》 《div》内容块3《/div》 《div》内容块4《/div》 《div》内容块5《/div》 《div》内容块6《/div》《/div》《script》 $(’#switchWrap’).switchControl({ slideSpeed: 300, controlTo: $(’#contentWrape’), contentDefaultNum: 0, checkRevertDefault_interval: 600 });《/script》

怎么制作网页对联广告

您想制作对联浮动广告吗?现在我就来介绍一下常见的对联浮动广告效果的代码。如下所示: function initEcAd() { document.all.AdLayer1.style.posTop = -200; document.all.AdLayer1.style.visibility = ’visible’ document.all.AdLayer2.style.posTop = -200; document.all.AdLayer2.style.visibility = ’visible’ MoveLeftLayer(’AdLayer1’); MoveRightLayer(’AdLayer2’); } function MoveLeftLayer(layerName) { var x = 5; var y = 165 ; var diff = (document.body.scrollTop + y - document.all.AdLayer1.style.posTop)*.40; var y = document.body.scrollTop + y - diff; eval(“document.all.“ + layerName + “.style.posTop = y“); eval(“document.all.“ + layerName + “.style.posLeft = x“); setTimeout(“MoveLeftLayer(’AdLayer1’);“, 20); } function MoveRightLayer(layerName) { var x = 5; var y = 165; var diff = (document.body.scrollTop + y - document.all.AdLayer2.style.posTop)*.40; var y = document.body.scrollTop + y - diff; eval(“document.all.“ + layerName + “.style.posTop = y“); eval(“document.all.“ + layerName + “.style.posRight = x“); setTimeout(“MoveRightLayer(’AdLayer2’);“, 20); } document.write(“《div id=AdLayer1 style=’position: absolute;visibility:hidden;z-index:1’》《a href=连接地址 target=_blank 》《img src=图片地址 border=0》《/a》《/div》“ +“《div id=AdLayer2 style=’position: absolute;visibility:hidden;z-index:1’》《a href=连接地址 target=_blank 》《img src=图片地址 border=0》《/a》《/div》“); initEcAd() 把上面的代码另存为一个*.JS文件,然后在想实现此效果的页面《head》《/head》之间加上一列代码: 《SCRIPT FOR=’EccoolAd’ EVENT=’fscommand()’ LANGUAGE=’JavaScript’》 AdLayer1.style.visibility=’hidden’; AdLayer2.style.visibility=’hidden’; 《/script》 《script src=*.js》《/script》 调用即可,*代表你另存的文件名!注意修改广告图片地址和连接地址!相应的参数可以自行调整! 注:如果想用flash图片,将《a href=连接地址 target=_blank 》《img src=图片地址 border=0》《/a》改为《EMBED src=*.swf》《/EMBED》即可。