@cursedkiddo25 and
@kristina16
to adjust the position of the comment to get near beside your friends pic
adjust the position in your script (look for the bold text)
make it 100 and it will adjust the position ^^ hope it helps
[quote]//nothing to edit hir
function posisifeatured(){
var obj = document.getElementById("friends_2_2");
var curleft = curtop = 0;
if (obj.offsetParent) {
curleft = obj.offsetLeft
curtop = obj.offsetTop
while (obj = obj.offsetParent) {
curleft += obj.offsetLeft
curtop += obj.offsetTop
}
}
var Yna = curtop;
var Xna = curleft;
var WidthFriends = document.getElementById("friends_2_2").offsetWidth;
document.getElementById("content_scrapbook_1_8").style.position="absolute";
document.getElementById("content_scrapbook_1_8").style.top=Yna + 30;
document.getElementById("content_scrapbook_1_8").style.left=Xna + [b]115[/b];
document.getElementById("content_scrapbook_1_8").style.width=WidthFriends - 110;
document.getElementById("content_scrapbook_1_8").style.height="680";
document.getElementById("content_scrapbook_1_8").style.overflowY='hidden';
}setTimeout("posisifeatured()",10000);[/quote]
Last edited by Tazmaine (2007-05-24 01:43:55)