Re: the code may become obselete.
ive tried this tutorial!!! and it works, but it made my profile squeezed...i mean the width!!!!
but when i've tried costumizing it, it haven't work as i expected!! can yah help me bout mah codes????
ive tried changing the width?!!!
function movingA() {
var marqueeFriends = document.getElementById('content_friends_2_2').innerHTML;
var liwzdar = document.getElementById('content_friends_2_2');
liwzdar.innerHTML ="<marquee id=\"marquee\" direction=\"up\" height=\"300\" width=\"100"\ scrollamount=\"2\" onMouseOver=\"stop()\" onMouseOut=\"start()\">"+marqueeFriends+"<marquee>";
}
setTimeout("movingA()",5000);
function movingB() {
var marqueeCpb = document.getElementById('controlPanelButtons').innerHTML;
var liwzdarA = document.getElementById('controlPanelButtons');
liwzdarA.innerHTML ="<marquee id=\"marquee\" direction=\"up\" height=\"150\" scrollamount=\"2\" onMouseOver=\"stop()\" onMouseOut=\"start()\">"+marqueeCpb+"<marquee>";
}
setTimeout("movingB()",5000);
function movingC() {
var marqueeMoreAbout = document.getElementById('content_moreabout_1_5').innerHTML;
var liwzdarC = document.getElementById('content_moreabout_1_5');
liwzdarC.innerHTML ="<marquee id=\"marquee\" direction=\"down\" height=\"600\" width=\"800\" scrollamount=\"2\" onMouseOver=\"stop()\" onMouseOut=\"start()\">"+marqueeMoreAbout+"<marquee>";
}
setTimeout("movingC()",5000);
function movingD() {
var marqueeTestiComments = document.getElementById('content_publiccomments_1_7').innerHTML;
var liwzdarD = document.getElementById('content_publiccomments_1_7');
liwzdarD.innerHTML ="<marquee id=\"marquee\" direction=\"up\" height=\"600\" width=\"800\" scrollamount=\"2\" onMouseOver=\"stop()\" onMouseOut=\"start()\">"+marqueeTestiComments+"<marquee>";
}
setTimeout("movingD()",5000);
function movingE() {
var marqueeGroups= document.getElementById('content_groups_2_5').innerHTML;
var liwzdarG = document.getElementById('content_groups_2_5');
liwzdarG.innerHTML ="<marquee id=\"marquee\" direction=\"up\" height=\"200\" scrollamount=\"2\" onMouseOver=\"stop()\" onMouseOut=\"start()\">"+marqueeGroups+"<marquee>";
}
setTimeout("movingE()",5000);
hope you can help!!!
thanks in advance!!!