Re: the code may become obselete.
[quote=sheeberi]why i cannot move my media box to the right side? am i doing the right thing?
if ( ! attachOnLoadHandler(function () { moveBox();}))
window.onload = function () {
moveBox();};
function moveBox() {
var x; var t;
x = document.getElementById("fanof_2_4").parentNode;
t = document.getElementById("scrapbook_1_8");
x.appendChild(t);
}[/quote]
That js script should be under a onload handler, if you have wvm, just put it after the function under onload handler.