永发信息网

怎样把提醒框弄响

答案:4  悬赏:30  手机版
解决时间 2021-04-28 00:09
  • 提问者网友:棒棒糖
  • 2021-04-26 23:28
怎样把提醒框弄响
最佳答案
  • 五星知识达人网友:山君与见山
  • 2021-04-27 00:16

能描述详细一点吗?


全部回答
  • 1楼网友:鱼忧
  • 2021-04-27 04:05
我这有一份模拟桌面右下角QQ消息提示的代码:请楼主新建一个txt文本文件,将以下代码复制进去保存为html文件并双击运行。 <html> <head> <style type="text/css"> #winpop { width:200px; height:0px; position:absolute; right:0; bottom:0; border:1px solid #999999; margin:0; padding:1px; overflow:hidden; display:none; background:#FFFFFF} #winpop .title { width:100%; height:20px; line-height:20px; background:#290052; font-weight:bold; text-align:center; font-size:12px; color:#FFFFFF; } #winpop .con { width:100%; height:80px; line-height:80px; font-weight:bold; font-size:12px; color:#FF0000; text-decoration:underline; text-align:center} .close { position:absolute; right:4px; top:-1px; color:#FFFFFF; cursor:pointer} </style> <script type="text/javascript"> function tips_pop() { var MsgPop=document.getElementById("winpop"); var popH=parseInt(MsgPop.style.height); if (popH==0) { MsgPop.style.display="block"; show=setInterval("changeH('up')",2); } else { hide=setInterval("changeH('down')",2); } } function changeH(str) { var MsgPop=document.getElementById("winpop"); var popH=parseInt(MsgPop.style.height); if(str=="up") { if (popH<=100) MsgPop.style.height=(popH+4).toString()+"px"; else clearInterval(show); } if(str=="down") { if (popH>=4) MsgPop.style.height=(popH-4).toString()+"px"; else { clearInterval(hide); MsgPop.style.display="none"; } } } window.onload=function() { document.getElementById('winpop').style.height='0px'; setTimeout("tips_pop()",800); } </script> </head> <body leftmargin="0" topmargin="0" bgcolor="#000000"> <div id="winpop"> <div class="title">短消息<span class="close" onClick="tips_pop()">×</span></div> <div class="con">未读消息 (3)</div> </div> </body> </html>
  • 2楼网友:第四晚心情
  • 2021-04-27 02:28
在控制面板-声音和音频设备中的 声音 选项卡中,有列出的“程序事件”,选择你要求发出声音的项目并指定声音就可以了。在项目前面有个喇叭符号的,就是要出发声音的。
  • 3楼网友:逐風
  • 2021-04-27 01:44
在面板的左上方,关闭按钮的下面,有一个调颜色的,另一个是消息提醒 Ctrl+Alt+Z也可以打开未读消息,这个可以自己设置,没有改过的话就是这个。如果没有新消息,打开的就是主面板
我要举报
如以上回答内容为低俗、色情、不良、暴力、侵权、涉及违法等信息,可以点下面链接进行举报!
点此我要举报以上问答信息
大家都在看
推荐资讯