Pages: 1
You are viewing a post by chipster489. View all 9 posts in CAN U HELP ME.? how can i rearrange my boxes? i want MY PUBLIC COMMENTS below MY MEDIA BOX. is that possible? :wasted: because im using media box profile. :retard: tnx..
 [/b]
[quote]/*global MOVEIT*/
MOVEIT = {};
(function () {
    MOVEIT = {
        box: null,
        appendbox: null,
   
        init: function () {
            MOVEIT.box = MOVEIT.getClass([b]/scrapbook/i)[/b][0].parentNode;
            MOVEIT.appendbox = MOVEIT.getClass([b]/publiccomments/i[/b])[0];
            MOVEIT.box.appendChild(MOVEIT.appendbox);
        },
        getClass: function (sClass) {
            var elm = [];
            var els = document.getElementsByTagName("*") || document.all;
            for (var j = 0, k = els.length; j < k; j += 1) {
                if (new RegExp(sClass).test(els[j].className)) {
                    elm.push(els[j]);
                }
            }
            return elm;
        }
    };
})();
MOVEIT.init();[/quote]
					Last edited by chipster489 (2008-12-29 07:20:46)