本實例使用Javascript實現右下角可關閉最小化div,可以用于展示推薦內容,效果預覽網址:
效果圖片:
復制代碼 代碼如下:
<!DOCTYPE html PUBliC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>js實現右下角可關閉最小化div--柯樂義</title>
<script src="http://keleyi.com/keleyi/phtml/xuanfudiv/3/msg.js" type="text/javascript"></script>
<style type="text/css" media="screen">
/* 右下角跳出的廣告 */
#downmsg_emessage{POSITION: fixed;_position:absolute; z-index:100; bottom:0;right:0; background:url() no-repeat left top;width:225px;}
#donwmsg_head{float:left; display:inline; font-size:12px;color:#FFFFFF;margin-left: 26px;margin-top: 6px;}
#downmsgBar .close{float:right;width:11px;height:11px;margin-top:6px;display:block;margin-right:5px;}
#downmsgBar{height:25px;}
#donwmsg_content{height:162px;overflow:hidden;}
#donwmsg_content ul{font-size:12px;color:#007cc1; top: 0px;padding:0px 2px 0 6px;left: 6px;line-height:180%; height:110px; overflow:hidden;}
#donwmsg_content ul li{background:url() no-repeat -100px -245px;text-indent:13px;}
#donwmsg_content ul li a{color:#007cc1;}
#donwmsg_content ul .ll a{color:#a10000;font-weight:bold;}
#donwmsg_content p{position:absolute;left: 13px;top: 157px;}
#donwmsg_content .lb{padding:0px; text-align:center;}
#donwmsg_content .lb a{font-size:12px;color:Blue}
a.msg-hidden-btn-2{width:11px; height:11px;overflow:hidden;float:right;display:block;margin-right:5px;margin-top:6px;background:url() no-repeat -0px -250px;}
a.msg-hidden-btn-1{ width:11px; height:11px;overflow:hidden;float:right;display:block;margin-right:5px;margin-top:6px;background:url() no-repeat -50px -250px;}
</style>
</head>
<body>
<div>
<div>
<div>柯樂義推薦內容</div><a href="javascript:closeDiv()"></a><a href="javascript:showHideDiv()"> </a></div>
<div>
<ul>
<li><a >單行文字間歇向上滾動</a></li>
<li><a >jQuery UI修飾title氣泡</a></li>
<li><a >jquery清空textarea等輸入框</a></li>
<li><a >jquery關燈特效</a></li>
<li><a >可改變大小DIV層</a></li>
</ul>
<div><a target="_blank">jQuery</a> <a target="_blank">Javascript</a> <a target="_blank">CMS</a> </div>
</div>
</div>
</body>
</html>
新聞熱點
疑難解答
圖片精選