dreamweaver如何做漂浮广告

dreamweaver如何做漂浮广告,第1张

漂浮广告 要 用到 javascript 技术。 具体操作就是 :第一步:把 漂浮 的广告 放入 一个 div 层中;第二步:把该div 层 的属性 设置 为 绝对 定位;第三步:建立 一个 javascript 函数,该函数的作用就是 使 该 div 漂浮。

如果你想使用Dreamweaver制作,您可以使用下面的80版时间轴的工具,使一个美好的未来,可以在页面上声明:“请你降级的浏览器版本为IE60以下,IE60以上版本及火狐等浏览器将不能享受该网站的浮动广告效果。“不知道你说的是那种不知道设置div的定位可不可以实现

再看看别人怎么说的。这个肯定要用JS代码的,不用代码做不了!不知道你说的是那种不知道设置div的定位可不可以实现

你吧DEMO下载下来,看看是怎么回事。。不要拷贝我贴上来的JS。好吧。。。。

http://wwwijavascriptcn/share/jsad-code-for-couplet-scroll-38html

可下载DEMO下来自己琢磨一下

JS :

suspendcode="<DIV id=lovexin1 style='Z-INDEX: 10; LEFT: 6px; POSITION: absolute; TOP: 105px; width: 100; height: 300px;'><img src='images/closegif' onClick='javascript:windowhide()' width='100' height='14' border='0' vspace='3' alt='关闭对联广告'><a href='http://wwwmakewingcom/lanren/' target='_blank'><img src='images/ad_100x300jpg' width='100' height='300' border='0'></a></DIV>"

documentwrite(suspendcode);

suspendcode="<DIV id=lovexin2 style='Z-INDEX: 10; LEFT: 896px; POSITION: absolute; TOP: 105px; width: 100; height: 300px;'><img src='images/closegif' onClick='javascript:windowhide()' width='100' height='14' border='0' vspace='3' alt='关闭对联广告'><a href='http://wwwmakewingcom/lanren/' target='_blank'><img src='images/ad_100x300jpg' width='100' height='300' border='0'></a></DIV>"

documentwrite(suspendcode);

//flash格式调用方法

//<EMBED src='flashswf' quality=high WIDTH=100 HEIGHT=300 TYPE='application/x-shockwave-flash' id=ad wmode=opaque></EMBED>

lastScrollY=0;

function heartBeat(){

diffY=documentbodyscrollTop;

percent=3(diffY-lastScrollY);

if(percent>0)percent=Mathceil(percent);

else percent=Mathfloor(percent);

documentalllovexin1stylepixelTop+=percent;

documentalllovexin2stylepixelTop+=percent;

lastScrollY=lastScrollY+percent;

}

function hide()

{

lovexin1stylevisibility="hidden";

lovexin2stylevisibility="hidden";

}

windowsetInterval("heartBeat()",1);

欢迎分享,转载请注明来源:表白网

原文地址:https://h5.hunlipic.com/biaobai/265567.html

(0)
打赏 微信扫一扫微信扫一扫 支付宝扫一扫支付宝扫一扫
上一篇 2023-07-02
下一篇2023-07-02

发表评论

登录后才能评论

评论列表(0条)

    保存