js实现右下角提示框的方法(2)

<!DOCTYPE HTML> 
<html> 
<head> 
    <meta charset="UTF-8"> 
    <title>jquery右下角pop弹窗</title> 
</head> 
<body> 
<h2>请看浏览器有下角</h2> 
<!--jquery右下角pop弹窗start --> 
<script type="text/javascript" > 
      window.onload=function(){ 
            var pop=new Pop("这里是标题,哈哈", 
            "URL超链接", 
            "请输入你的内容简介,这里是内容简介.请输入你的内容简介,这里是内容简介.请输入你的内容简介,这里是内容简介"); 
        } 
</script> 
<script type="text/javascript" src="https://www.jb51.net/jquery.min.js"></script> 
<script type="text/javascript" src="https://www.jb51.net/popup.js"></script> 
<div> 
    <style type="text/css"> 
    *{}{margin:0;padding:0;} 
    #pop{}{background:#fff;width:260px;border:1px solid #e0e0e0;font-size:12px;position: fixed;right:10px;bottom:10px;} 
    #popHead{}{line-height:32px;background:#f6f0f3;border-bottom:1px solid #e0e0e0;position:relative;font-size:12px;padding:0 0 0 10px;} 
    #popHead h2{}{font-size:14px;color:#666;line-height:32px;height:32px;} 
    #popHead #popClose{}{position:absolute;right:10px;top:1px;} 
    #popHead a#popClose:hover{}{color:#f00;cursor:pointer;} 
    #popContent{}{padding:5px 10px;} 
    #popTitle a{}{line-height:24px;font-size:14px;font-family:'微软雅黑';color:#333;font-weight:bold;text-decoration:none;} 
    #popTitle a:hover{}{color:#f60;} 
    #popIntro{}{text-indent:24px;line-height:160%;margin:5px 0;color:#666;} 
    #popMore{}{text-align:right;border-top:1px dotted #ccc;line-height:24px;margin:8px 0 0 0;} 
    #popMore a{}{color:#f60;} 
    #popMore a:hover{}{color:#f00;} 
    </style> 
    <div> 
    <a title="关闭">关闭</a> 
    <h2>温馨提示</h2> 
    </div> 
    <div> 
    <dl> 
        <dt>这里是标题</dt> 
        <dd>这里是内容简介</dd> 
    </dl> 
    <p>查看 »</p> 
    </div> 
</div> 
<!--右下角pop弹窗 end--> 
<br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/>jquery右下角弹窗  
</body> 
</html>

内容版权声明:除非注明,否则皆为本站原创文章。

转载注明出处:https://www.heiqu.com/wgfsyf.html