右下角广告弹窗1.html

时间:2015-01-07 08:27:34
【文件属性】:
文件名称:右下角广告弹窗1.html
文件大小:3KB
文件格式:HTML
更新时间:2015-01-07 08:27:34
右下角广告弹窗1.html 部分代码如下: style type="text/css"> * {margin:0px;padding:0px;} html,body {height:100%;} body {font-size:14px; line-height:24px;} #tip {position: absolute;right: 0px;bottom: 0px;height: 0px;width: 180px;border: 1px solid #CCCCCC;background-color: #eeeeee;padding: 1px;overflow:hidden;display:none;font-size:12px;z-index:10;} #tip p {padding:6px;} #tip h1,#detail h1 {font-size:14px;height:25px;line-height:25px;background-color:#0066CC;color:#FFFFFF;padding:0px 3px 0px 3px;} #tip h1 a,#detail h1 a {float:right;text-decoration:none;color:#FFFFFF;} #shadow {position:absolute;width:100%;height:100%;background:#CCCCCC;-moz-opacity:0.5;filter:Alpha(Opacity=50);opacity: 0.8;z-index:11;display:none;overflow:hidden;} #detail {width:500px;height:200px;border:3px double #ccc;background-color:#FFFFFF;position:absolute;z-index:30;display:none;left:30%;top:30%}