JS右下角广告窗口代码(可收缩、展开及关闭)

2022-01-14,,,,

这篇文章主要介绍了JS右下角广告窗口代码,具有浮动显示、可收缩展开关闭等功能,涉及javascript针对页面元素属性操作的相关技巧,具有一定参考借鉴价值,需要的朋友可以参考下

本文实例讲述了JS右下角广告窗口代码。分享给大家供大家参考。具体如下:

这是一款右下角窗口JS代码,完美的右下角,仿新浪博客的右个角弹出窗口,这款Javascript代码在兼容性和操作舒适度方面做的相当不错。调用了几张外部的图片,使用时自行下载吧。

运行效果截图如下:

在线演示地址如下:

http://demo.html.cn/js/2015/js-right-buttom-show-close-able-adv-codes/

具体代码如下:

    * { padding: 0; margin: 0; } li { list-style: none; } body { background: #eee; } .float_layer { width: 300px; border: 1px solid #aaaaaa; display:none; background: #fff; } .float_layer h2 { height: 25px; line-height: 25px; padding-left: 10px; font-size: 14px; color: #333; background: url(images/title_bg.gif) repeat-x; border-bottom: 1px solid #aaaaaa; position: relative; } .float_layer .min { width: 21px; height: 20px; background: url(images/min.gif) no-repeat 0 bottom; position: absolute; top: 2px; right: 25px; } .float_layer .min:hover { background: url(images/min.gif) no-repeat 0 0; } .float_layer .max { width: 21px; height: 20px; background: url(images/max.gif) no-repeat 0 bottom; position: absolute; top: 2px; right: 25px; } .float_layer .max:hover { background: url(images/max.gif) no-repeat 0 0; } .float_layer .close { width: 21px; height: 20px; background: url(images/close.gif) no-repeat 0 bottom; position: absolute; top: 2px; right: 3px; } .float_layer .close:hover { background: url(images/close.gif) no-repeat 0 0; } .float_layer .content { height: 160px; overflow: hidden; font-size: 14px; line-height: 18px; color: #666; text-indent: 28px; } .float_layer .wrap { padding: 10px; }   

这是标题

这里放置的是广告信息,你可以填入任何的广告内容,比如像这样:本站是国内专业的网站建设资源、脚本编程学习类网站,提供asp、php、asp.net、javascript、jquery、vbscript、dos批处理、网页制作、网络编程、网站建设等编程资料脚本特效下载地址:https://www.ufcn.cn/jiaoben/

希望本文所述对大家的javascript程序设计有所帮助。

以上就是JS右下角广告窗口代码(可收缩、展开及关闭)的详细内容,更多请关注本站其它相关文章!

《JS右下角广告窗口代码(可收缩、展开及关闭).doc》

下载本文的Word格式文档,以方便收藏与打印。