1、首先(为解决IE浏览器差异)html头部必须加入代码:
2、html代码:
3、CSS样式:
/*********右下角广告窗口样式**********************/#ad{ display:none; width:300px; height:250px; z-index:500px; bottom:0px; right:300px; position:fixed; background:#c3c3c3; box-shadow:5px 2px 6px #000;}/*********广告工具样式**********************/#adtool{ width:20px; height:60px; position:fixed; bottom:50px; right:0px; background:#c3c3c3; display:none; text-align:center;}
4、JS部分:
图例: