FriendsterAddictz
Would you like to react to this message? Create an account in a few clicks or log in to continue.



 
HomeHome  portal1portal1  GalleryGallery  SearchSearch  Latest imagesLatest images  Link Rotation  Donate  RegisterRegister  Log inLog in  


Global Announcement

FriendsterAddictz Forum is on-search for Moderators. For more information, click THIS.
Please promote FriendsterAddictz Forum.


 

moveover - sideway version

View previous topic View next topic Go down 
Author Message
FriendsterAddictz
Administrator
FriendsterAddictz

Male
Age : 30 Registration date : 2008-03-07 Number of posts : 1081 Location : ...somewhere there...
Character sheet
Tagline: Proud Member



moveover - sideway version Vide
PostSubject: moveover - sideway version   moveover - sideway version Icon_minitimeThu May 01, 2008 4:17 pm

Permission to post was GRANTED by Ms. Switpotato


preview: http://profiles.friendster.com/66610334

moveover - sideway version Switpotatoentry

i use 2 css file one for IE and the other for Firefox...
copy paste the codes and alter it one at the tym..
:police: http://www.geocities.com/potato.nuggets/mycode/mycssFIREFOX.txt
:police: http://www.geocities.com/potato.nuggets/mycode/mycssIE.txt
:police: http://www.geocities.com/potato.nuggets/mycode/my.txt


=========================
sideway style for IE and Firefox

preview: http://profiles.friendster.com/66299186

moveover - sideway version Sideway

code just edit the ff :

:police: http://www.geocities.com/potato.nuggets/projectmoveover/projFIREFOXcss.txt
:police: http://www.geocities.com/potato.nuggets/projectmoveover/projIEcss.txt
:police: http://www.geocities.com/potato.nuggets/projectmoveover/projJS.txt

======================================

at my js luk for add box
edit the colored text for ur own antiposer chatbox:
get ur chatbox code here: http://cbox.ws/red: complete src of ur chatbox
blue: change the word sec=main to sec=submit
=====================================




ill up date soon im not yet done with Firefox ( http://profiles.friendster.com/65491306 )

preview:
:) http://profiles.friendster.com/65249727

ss:
moveover - sideway version Crazylovepic


or anything ur mind can gasp
thats the main codes...

the rest are just ordinary tweaking
codes we usually use..
Code:

/*banner*/
#navigation {
margin:20px 0 5px 0;
padding:200px 0 0 0;
background-image: url(http://h1.badwaresite.www/mon1x/doll/crazylove.gif);
background-attachment: scroll;
background-repeat: no-repeat;
background-position: top left;margin-left:187;
background-color: transparent;}

/*hiding codes*/
#search {display:none;background:transparent;}
#search form {display:none;background:transparent;}
#marketing_bg{display:none;background:transparent;}
#mainnav .left {display:none;}
#navdivider {display:none;background:transparent;}
#shimrow{ DISPLAY:NONE!IMPORTANT)
#14{display:none;background:transparent;}
#15{display:none;background:transparent;}
#13{ display:none! important;}
#10 { display:none! important;}
#7{display:none!important;}
#adfactory4,#adfactory3,#adfactory2,#adfactory1{display:none! important}
a.more {display:none! important}
.user_tracker{display:none;}
#f_logo {display:none! important}
.banner_ad_fix {display:none!important;}
#subnav_search(display:none!important)
#banneradrow{display:none! important}
#navLang{display:none! important}
/*ephemeral ad hiding code*/
#14 iframe {display:none!important}

/*mainnav codes*/
/*primary*/
#mainnav{margin: 0 0px;background:transparent! important;border: transparent!important; width: 800px !important;text-align: center !important; }
#mainnav span, #mainnav_left, #mainnav_right {display:none;}
#mainnav ul li ul li.sublink_top {border-top: 0px none transparent!important;}
#mainnav ul li ul li{display: list-item;float: none;border-bottom: 0px none transparent;background-color: tranparent!important;}
.primary_links { margin-left: 0px !important; }
.secondary_links {display:none}

#mainnav a {border: 3 outset #CCCCCC; margin: 0 2 0 2; font:10; text-decoration:none! important;color:#FFFFFF! important;background:#000000!
important; }
#mainnav a:hover {border:3 inset #CCCCCC; background:#333333; color:#ffFFFF! important;}

/*treemenu*/
#mainnav .mainfoldericon{
background: url()! important;background-attachment: fixed;
background-repeat: repeat!important;
background-position: top center;
background-color: #000000!important;color:#FFFFFF!important;}

/*sublink drop down menu*/
#mainnav ul li ul{
left: 0;
position: absolute;
top: 1px;display: block;
visibility: hidden;
background-color: transparent! important;
background-image: url()!important;}
}

for js part i dont use add box script ...i use my group
and review box and apply change_content script instead
and since i change the content i uses change header name as well...
thats all enjoy

for my js i did the ff: change content i use shirow technique
Code:
//change review content
document.getElementById("content_12").innerHTML="<br><div align='center' id='cboxdiv'><iframe frameborder='0' width='158' height='210' src='http://www2.cbox.ws/box/?boxid=1000004&boxtag=g2p22y&sec=main' marginheight='2' marginwidth='2' scrolling='auto' allowtransparency='yes' name='cboxmain' style='border:#000000 1px solid;' id='cboxmain'></iframe><br/><iframe frameborder='0' width='158' height='75' src='http://www2.cbox.ws/box/?boxid=1000004&boxtag=g2p22y&sec=form' marginheight='2' marginwidth='2' scrolling='no' allowtransparency='yes' name='cboxform' style='border:#000000 1px solid;border-top:0px' id='cboxform'></iframe></div><br>";



for header since my old codes aint working ..i use feruzz script
Code:

//REPLACE HEADER NAMES
if (!attachOnLoadHandler(function() { REPLACEIT.init(); })) window.onload = function() { REPLACEIT.init(); };

if (typeof REPLACEIT == "undefined" || !REPLACEIT) { REPLACEIT = {}; }
REPLACEIT = {
        head: [],

        init: function() {

                //Reviews Box Header
                REPLACEIT.head = REPLACEIT.getModuleByClassName(/reviews/i)[0].getElementsByTagName("h2")[0];
                REPLACEIT.head.innerHTML = "My Chatbox";

                //Groups Box Header
                REPLACEIT.head = REPLACEIT.getModuleByClassName(/groups/i)[0].getElementsByTagName("h2")[0];
                REPLACEIT.head.innerHTML = "emoniX-FILe";
        },

    getModuleByClassName: function(sClass) {
        var elm = [];
        var els = document.getElementsByTagName("*") || document.all;
            for (var j=0,k=els.length;j<k;j++) {
                if (new RegExp(sClass).test(els[j].className))elm.push(els[j]);
            }
            return elm;
    }
};

for my group:
Code:
//change group content
document.getElementById("content_8").innerHTML="<br><div align='center'>  This is only  experimental concept<br> you are all free to use this. <br> If you dont like it  <br>  shrug ur head and turn ur head back.. <br>    mind your words in commenting.  <br>  Im not begging you to use this.<br>Read my lips <br>FOR IE USERS ONLY<br><br> designed by: <br><img src='http://i147.photobucket.com/albums/r299/switpotato/button.gif'></div>";

and since this is intended for IE only i included this codes block fx user source mr.deville
Code:
var n=navigator.appName
var ns=(n=="Netscape")
var ie=(n=="Microsoft Internet Explorer")
if (ns){
alert("Sorry " +pageViewerFName+ ", this page can only be viewed properly with Internet Explorer. Please try again with an Internet Explorer browser. Thank you!");
window.location=("http://www.friendster.com/");
}


Last edited by FriendsterAddictz on Mon Jan 26, 2009 7:58 pm; edited 1 time in total
Back to top Go down
Forum Admin Inwe
Administrator
Forum Admin Inwe

Female
Age : 35 Registration date : 2008-04-26 Number of posts : 458 Location :
Character sheet
Tagline: Respect is EARNED not FORCED



moveover - sideway version Vide
PostSubject: Re: moveover - sideway version   moveover - sideway version Icon_minitimeThu May 01, 2008 5:13 pm

aus... thanks to you and to ate swit... ^__^
Back to top Go down
FStweakerrhenz
Junior Member
FStweakerrhenz

Male
Age : 29 Registration date : 2008-05-27 Number of posts : 106 Location : sa bahay



moveover - sideway version Vide
PostSubject: Re: moveover - sideway version   moveover - sideway version Icon_minitimeTue May 27, 2008 10:24 pm

nc tricks but i can't do it
Back to top Go down
FriendsterAddictz
Administrator
FriendsterAddictz

Male
Age : 30 Registration date : 2008-03-07 Number of posts : 1081 Location : ...somewhere there...
Character sheet
Tagline: Proud Member



moveover - sideway version Vide
PostSubject: Re: moveover - sideway version   moveover - sideway version Icon_minitimeWed May 28, 2008 3:45 pm

if u hv query regarding this u can post it here
Back to top Go down
Sponsored content








moveover - sideway version Vide
PostSubject: Re: moveover - sideway version   moveover - sideway version Icon_minitime

Back to top Go down

moveover - sideway version

View previous topic View next topic Back to top 
Page 1 of 1

Permissions in this forum: You cannot reply to topics in this forum
FriendsterAddictz :: FRIENDSTER SECTION :: Friendster Codes and Tutorials -