实例代码“Ctrl+/”提示“F11/ESC”全屏 返回 格式化 恢复 运行
x
 
1
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
2
<html xmlns="http://www.w3.org/1999/xhtml">
3
    <head> 
4
        <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> 
5
        <title>HTML5手机声音提示</title>
6
        <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1"/>
7
        <style>
8
            #chatBox{width:400px;border:1px solid #d3d3d3;margin:50px auto;}
9
            #chat {max-height:220px;overflow-y:auto;max-width:400px;}
10
            #chat > ul > li{padding:3px;clear:both;padding:4px;margin:10px 0px 5px 0px;overflow:auto}
11
            #chatMessages{list-style:none}
12
            #chatMessages > li > img{width:35px;float:left}
13
            #chatMessages > li > span{width:300px;float:left;margin-left:5px}
14
            #chatData{padding:5px;margin:5px;border-radius:5px;border:1px solid #999;width:300px}
15
            #trig2 {padding: 4px;border: solid 1px #666;background-color: #133783;color:#fff;
16
                    font-weight:bold; cursor:pointer}
17
            #trig {border: 1px solid #390; color:#fff; background: #360;-webkit-border-radius: 3px;
18
                   -moz-border-radius:3px;padding:5px 8px; cursor:pointer}
19
            </style>
20
        </head>
21
        <body>
22
            <div class="container">