页面右下角弹出广告效果(一)

来源:互联网 发布:树莓派3搭建php服务器 编辑:程序博客网 时间:2024/05/09 07:24
 1<!DOCTYPE html PUBLIC"-//W3C//DTD XHTML 1.0 Transitional//EN""http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<htmlxmlns="http://www.w3.org/1999/xhtml">
<head>
4<title>测试</title>
5<style type="text/css">
6 .divCss{
7 padding:0px;
8 height:25px;
9 overflow:hidden;
10 position:absolute;
11}
12 .contentCss{
13 background:#cccccc;
14 width:200px;
15 height:200px;
16}
17 .contentCssHeight{
18}
19 .titleCss{
20 width:200px;
21 height:25px;
22 line-height:25px;
23 text-align:right;
24 margin:0px;
25 background:#999999;
26}
27 #close{
28 cursor:pointer;
29}
30</style>
31
32

33



105
106 </head>
107 <body>
108<div id="msgDiv"class="divCss">
109<div id="ditTitle" class="contentCssHeighttitleCss">
110<spanid="close">打开</span></div>
111<div id="divContent"class="contentCss">
112这是一些测试内容</div>
113</div>
114</body>
115</html>
116



zhuanzi:http://www.cnblogs.com/xxwgcg/articles/1757948.html



#Jquery
原创粉丝点击