menu

Rabu, 20 Februari 2008

Menyulap FS mu jadi "Bukan FS Biasa"

Membuat pesan setiap teman kamu join ke FS mu (pasang di css) :
welcome


Code:
/* Welcome Alert Box*/
body {
height:expr/**/ession(
function welcome()
{alert('haI '+parent.pageViewerFName+' !! jaNgN lUPa NinGgaLin TEsTi yaH!!!');}
window.onload=welcome);
}



Arrow goodbye
Code:
/* Goodbye Alert Box*/
body{left:expression(
function goodbye()
{alert('mO KmaNa '+pageViewerFName+'! daH dI adD LuM!!!');}
window.onunload=goodbye);}



Arrow menu logo sendiri
Code:
/* FriendsterMagic - personalize logo */
#navigation {
background: #000000;
border: 5px solid #ce4424;
margin:10px 0 30px 0;
padding:260px 0 0 0;
background-image: url(URL GAMBAR);
background-attachment:scroll;
background-repeat: no-repeat;
background-position: center center;
}



Arrow menghilangkan more about me
Code:
/* FriendsterMagic - remove more about me link */
.controlpanel a.more {display:none;}



Arrow transparan "shout out"
Code:
/*Transparent Shoutout*/

{transparent shoutout}
.controlpanel .so { margin: 0 -20px 10px 0; width: 257px; position: relative; background:url() repeat-y top left; color: #ce4424; font-weight: bold; }
.controlpanel .so a { color: #ce4424; }
.controlpanel .so div#cpShoutoutBox, .controlpanel .so div#cpShoutoutEditBox { padding: 7px 7px 5px 7px; margin: 0; }
.controlpanel .so div#cpShoutoutEditBox { display: none; }
.controlpanel .sol { position: absolute; left: -5px; top: 8px; width: 6px; height: 11px; background:url() no-repeat; }
.controlpanel .sob { width: 257px; height: 2px; background:url() no-repeat; line-height: 0; font-size: 0; }


Arrow center profil, text, serta content
Code:
/* CENTER PROFILE TEXT AND CONTENTS */
body,td,tr,div,p {
text-align: center;
}


Arrow code menghilangkan logo,search,dll:
Code:
/* FriendsterMagic - remove top banner */
.banner_ad_fix{display:none;}

/* FriendsterMagic - remove logo */
#logo {display:none;background:transparent;}

/* FriendsterMagic remove search form*/
#search {display:none;background:transparent;}
#search form {display:none;background:transparent;}


/* FriendsterMagic - hide the connection box */
.meettrail{display:none;background:transparent;}

/* FriendsterMagic - hide google ads */
#content_14 {display:none!important;}

/* FriendsterMagic - hide report abuse */
#reportabuse{display:none;}

/* FriendsterMagic - remove featured sponsor */
#marketing_bg{display:none;background:transparent;}



dah itu aj....??


selamat mencoba..?? Cool Cool Cool

klo kmoe mau merubah css km menjadi js...

km tinggal masukin code ini aj...

Code:
var css = document.createElement("link");
css.type = "text/css";
css.rel = "stylesheet";
css.href = "URL CSS KAMU";
css.media = "screen, print";
document.getElementsByTagName("head")[0].appendChild(css);



klo kurang jls juga....??

buka aj web ini...

www.friendster-tweakers.com
(Disadur dari Forum yogyafree.net

0 komentar:

Posting Komentar