祝福牆原始碼,支援IE,Chrome,firefo…

凡哥come發表於2016-04-27
<html>
    <head>
        <title>留言牆製作</title>
        <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
        <style type="text/css">
        .conc{
            width:240px;
            height:auto;
            margin:3px 2px 2px 2px;
            overflow:hidden;
            cursor:move;
        }
        .conc span{
            width:auto;
            height:auto;
            margin:3px 2px 2px 7px;
            font:300 12px/12px '微軟雅黑';
        }
        p{
            width:auto;
            height:auto;
            margin:3px 2px 2px 7px;
            float:right;
        }
        </style>
    </head>
    <script type="text/javascript" src="http://cache.soso.com/wenwen/js/jquery-1.6.2.min.js"></script>
    <script type="text/javascript">
        var index = 10000;
        //實現點選突出顯示
        var getfocus = function (obj){
            if(obj.style.zIndex != index){
                index = index + 5;
                var idx = index;
                obj.style.zIndex = idx;

相關文章