
warning.... this codes are meant for my [b]css box positioning[/b] since
the said tricks uses a fix designed bg .... okie...
well i juz saw heinz post an ads tweak i might as well share mine...
the idea is not to drag it but rather hide and show it in static place...
ss:
show ads
[img]http://i147.photobucket.com/albums/r299/switpotato/showgoogle.png[/img]
show friends
[img]http://i147.photobucket.com/albums/r299/switpotato/showfriend.png[/img]

preview...
http://profiles.friendster.com/72172427 [b]( gud only while linker works lol )[/b]
code:
js part : i did not include the chatbox okie juz edit if u want to add more
[quote]/****************************
Dont remove this heading
by:switpotato™
http://www.friendsterforum.com
/****************************
// show and hide codes
function start(){
googleAdPlacement.style.cssText="display:block";
content_2.style.cssText="display:none;visibility:hidden";
}
setTimeout(" start()",1000);
function start2(){
marketing_bg.innerHTML="<a href='#switpotato' onclick='show1()'><img src='http://www.freewebtown.com/switpotato/contestentry/ads.PNG' border='0' alt='google ads'></a><a href='#switpotato' onclick='show2()'><img src='http://www.freewebtown.com/switpotato/contestentry/chatbox.PNG' border='0' alt='friends'></a>";
}
setTimeout(" start2()",1000);
function show1(){
googleAdPlacement.style.cssText="display:block";
chatbox.style.cssText="display:none;visibility:hidden";
content_2.style.cssText="display:none;visibility:hidden";
}
function show2(){
googleAdPlacement.style.cssText="display:none;visibility:hidden";
chatbox.style.cssText="display:block";
content_2.style.cssText="display:none;visibility:hidden";
}[/quote]
decide w/c one u want to be dispaly first for ur hiding tricks
css code just edit okie...
[quote]/****************************
Dont remove this heading
by:switpotato™
http://www.friendsterforum.com
/****************************
.friends [display :none }
#content_14{
position:absolute;left:92px;
top:500px!important;
width:280px! important;
height:305px! important;
overflow:hidden;
padding-top:20px!important;
background-color: transparent! important
}
.commonbox_noborder{display:none!important}
.friends {position:absolute;left:50px; top:535px!important;width:330px! important;height:235px! important;text-align :center;
overflow-X :hidden;overflow-Y :auto;}
.friends .editlink{display:none;}
/* friend pic Size */
#content_2 .flogrid75 .ir { width: 40px! important; height: 40px! important;border: 1px solid #FFFFFF ;}
#content_2 .flogrid75 .ir img {height: 40px! important; width: 40px!important; }
#marketing_bg {position:absolute! important; top:470px! important; left:2px! important;}[/quote]
Last edited by switpotato (2008-10-10 03:11:09)