AJAX聊天室V1.0發布_AJAX相關

來源:互聯網
上載者:User
外掛程式名稱:ChatRoom
外掛程式版本:v1.0
外掛程式作者:Clear
外掛程式支援BLOG版本:PJBlog2 v2.5.0125 

版本說明:
使PJBlog2支援使用者即時交流;
AJAX無重新整理,可在任何頁面內即時通訊(不支援HTML代碼);
支援快速鍵;
向前一條對話記錄 快速鍵:↑
向後一條對話記錄 快速鍵:↓
提交對話 快速鍵:Enter或Ctrl + Enter

清除 快速鍵:Ctrl + Delete;
儲存曆史聊天紀錄;
自動聚焦到發送訊息框;
支援FireFox;
安裝方法:
將以下CSS複製到你使用皮膚樣式layout.css檔案
複製代碼 代碼如下:

/*---聊天室樣式---*/
#outmain{
    height: 200px;
    font-size: 9pt;
    overflow-y: auto;
    overflow-x: hidden;
    SCROLLBAR-ARROW-COLOR:#FF9900;
    SCROLLBAR-FACE-COLOR:#FFF9E1;
    SCROLLBAR-DARKSHADOW-COLOR:#FF9900;
    SCROLLBAR-HIGHLIGHT-COLOR:#FFFFFF;
    SCROLLBAR-3DLIGHT-COLOR:#FF9900;
    SCROLLBAR-SHADOW-COLOR:#FFFFFF;
    SCROLLBAR-TRACK-COLOR:#FFF9E1;
    color: #036;
}
#chatmain{}
#outs{
    padding: 3px;
    background-color: #FFF9E1;
    border: 1px solid #AAA;
    clear: both;
    word-wrap: break-word;
    word-break: break-all;
}
.in{
    text-align: center;
}

.names{
    border: 1px solid #AAA;
    background-color: #F2F2F2;
    width: 95px;
    margin-top: 5px;
    font-size: 9pt;
}
#loadifo {
}
/*效果*/
.btns{
    border: 1px solid #AAA;
}
.inputs{
    font-size: 9pt;
    background-image: url(../../Plugins/Chats/input.png);
    background-repeat: no-repeat;
    width: 143px;
    line-height: 21px;
    height: 21px;
    padding: 0px;
    border: 1px solid #AAA;
    margin-top: 5px;
    margin-right: 0px;
    margin-bottom: 5px;
    margin-left: 0px;
}
.leftarrow,.rightarrow{
    background-repeat: no-repeat;
    background-position: center center;
    cursor:pointer;
    background-color: #FFF;
    height: 16px;
    width: 16px;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
}
.leftarrow{
    background-image: url(../../Plugins/Chats/l1.gif);
}
.rightarrow{
    background-image: url(../../Plugins/Chats/r1.gif);
}
.msgs{
    color: #666;
    line-height: 14px;
}


下載外掛程式
 下載ChatRoom V1.0
安裝到PJBLOG2 Plugins目錄下,後台進行安裝.
相關文章

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.