• ARCHIVES 
  • » Hey ya'll. Here's a Side bar Menu of Friendster Navigations. Don't care if someone posted this already, Forum Moderators will just delete this if ever. [b]I don't know if this works in CSS layouts, bu

Pages: 12

Hey ya'll. Here's a Side bar Menu of Friendster Navigations. Don't care if someone posted this already, Forum Moderators will just delete this if ever. [b]I don't know if this works in CSS layouts, bu

Dfamador
» FTalkFreak
FTalk Level: zero
1698
0
1969-12-31

Hey ya'll. Here's a Side bar Menu of Friendster Navigations. Don't care if someone posted this already, Forum Moderators will just delete this if ever. [b]I don't know if this works in CSS layouts, bu

Hey ya'll. Here's a Side bar Menu of Friendster Navigations. Don't care if someone posted this already, Forum Moderators will just delete this if ever. [b]I don't know if this works in CSS layouts, but I'm sure this works in Overlays.[/b] Just found this trick somewhere, in http://www.dynamicdrive.com (If I'm not mistaken, forgot the name of the site) --- EDITED THE PART BELOW --- Preview: http://h1.ripway.com/Darrylfamador/Navbar.html 2.) http://h1.ripway.com/Darrylfamador/EmosmustDie.html Ok. There! As what most of you requested. Just comment or message me when there's something wrong with the preview. ---> ---> Do some necesarry changes/editing on the codes. ---> ---> You'll just edit the USER ID part. ---> ---> Insert in the body portion of your HTML codes. [quote]<script type="text/javascript"> //Static Slide Menu 6.5 © MaXimuS 2000-2001, All Rights Reserved. //Site: http://www.absolutegb.com/maximus //Script featured on Dynamic Drive (http://www.dynamicdrive.com) NS6 = (document.getElementById&&!document.all) IE = (document.all) NS = (navigator.appName=="Netscape" && navigator.appVersion.charAt(0)=="4") tempBar='';barBuilt=0;ssmItems=new Array(); function truebody(){ return (document.compatMode!="BackCompat")? document.documentElement : document.body } moving=setTimeout('null',1) function moveOut() { if ((NS6||NS)&&parseInt(ssm.left)<0 || IE && ssm.pixelLeft<0) { clearTimeout(moving);moving = setTimeout('moveOut()', slideSpeed);slideMenu(10)} else {clearTimeout(moving);moving=setTimeout('null',1)}}; function moveBack() {clearTimeout(moving);moving = setTimeout('moveBack1()', waitTime)} function moveBack1() { if ((NS6||NS) && parseInt(ssm.left)>(-menuWidth) || IE && ssm.pixelLeft>(-menuWidth)) { clearTimeout(moving);moving = setTimeout('moveBack1()', slideSpeed);slideMenu(-10)} else {clearTimeout(moving);moving=setTimeout('null',1)}} function slideMenu(num){ if (IE) {ssm.pixelLeft += num;} if (NS6) {ssm.left = parseInt(ssm.left)+num+"px";} if (NS) {ssm.left = parseInt(ssm.left)+num; bssm.clip.right+=num;bssm2.clip.right+=num;}} function makeStatic() { if (NS||NS6) {winY = window.pageYOffset;} if (IE) {winY = truebody().scrollTop;} if (NS6||IE||NS) { if (winY!=lastY&&winY>YOffset-staticYOffset) { smooth = .2 * (winY - lastY - YOffset + staticYOffset);} else if (YOffset-staticYOffset+lastY>YOffset-staticYOffset) { smooth = .2 * (winY - lastY - (YOffset-(YOffset-winY)));} else {smooth=0} if(smooth > 0) smooth = Math.ceil(smooth); else smooth = Math.floor(smooth); if (IE) bssm.pixelTop+=smooth; if (NS6) bssm.top=parseInt(bssm.top)+smooth+"px" if (NS) bssm.top=parseInt(bssm.top)+smooth lastY = lastY+smooth; setTimeout('makeStatic()', 1)}} function buildBar() { if(barText.indexOf('<IMG')>-1) {tempBar=barText} else{for (b=0;b<barText.length;b++) {tempBar+=barText.charAt(b)+"<BR>"}} document.write('<td align="center" rowspan="100" width="'+barWidth+'" bgcolor="'+barBGColor+'" valign="'+barVAlign+'"><p align="center"><font face="'+barFontFamily+'" Size="'+barFontSize+'" COLOR="'+barFontColor+'"><B>'+tempBar+'</B></font></p></TD>')} function initSlide() { if (NS6){ssm=document.getElementById("thessm").style;bssm=document.getElementById("basessm").style; bssm.clip="rect(0 "+document.getElementById("thessm").offsetWidth+" "+document.getElementById("thessm").offsetHeight+" 0)";ssm.visibility="visible";} else if (IE) {ssm=document.all("thessm").style;bssm=document.all("basessm").style bssm.clip="rect(0 "+thessm.offsetWidth+" "+thessm.offsetHeight+" 0)";bssm.visibility = "visible";} else if (NS) {bssm=document.layers["basessm1"]; bssm2=bssm.document.layers["basessm2"];ssm=bssm2.document.layers["thessm"]; bssm2.clip.left=0;ssm.visibility = "show";} if (menuIsStatic=="yes") makeStatic();} function buildMenu() { if (IE||NS6) {document.write('<DIV ID="basessm" style="visibility:hidden;Position : Absolute ;Left : '+XOffset+'px ;Top : '+YOffset+'px ;Z-Index : 20;width:'+(menuWidth+barWidth+10)+'px"><DIV ID="thessm" style="Position : Absolute ;Left : '+(-menuWidth)+'px ;Top : 0 ;Z-Index : 20;" onmouseover="moveOut()" onmouseout="moveBack()">')} if (NS) {document.write('<LAYER name="basessm1" top="'+YOffset+'" LEFT='+XOffset+' visibility="show"><ILAYER name="basessm2"><LAYER visibility="hide" name="thessm" bgcolor="'+menuBGColor+'" left="'+(-menuWidth)+'" onmouseover="moveOut()" onmouseout="moveBack()">')} if (NS6){document.write('<table border="0" cellpadding="0" cellspacing="0" width="'+(menuWidth+barWidth+2)+'px" bgcolor="'+menuBGColor+'"><TR><TD>')} document.write('<table border="0" cellpadding="0" cellspacing="1" width="'+(menuWidth+barWidth+2)+'px" bgcolor="'+menuBGColor+'">'); for(i=0;i<ssmItems.length;i++) { if(!ssmItems[i][3]){ssmItems[i][3]=menuCols;ssmItems[i][5]=menuWidth-1} else if(ssmItems[i][3]!=menuCols)ssmItems[i][5]=Math.round(menuWidth*(ssmItems[i][3]/menuCols)-1); if(ssmItems[i-1]&&ssmItems[i-1][4]!="no"){document.write('<TR>')} if(!ssmItems[i][1]){ document.write('<td bgcolor="'+hdrBGColor+'" HEIGHT="'+hdrHeight+'px" ALIGN="'+hdrAlign+'" VALIGN="'+hdrVAlign+'" WIDTH="'+ssmItems[i][5]+'" COLSPAN="'+ssmItems[i][3]+'">&nbsp;<font face="'+hdrFontFamily+'" Size="'+hdrFontSize+'" COLOR="'+hdrFontColor+'"><b>'+ssmItems[i][0]+'</b></font></td>')} else {if(!ssmItems[i][2])ssmItems[i][2]=linkTarget; document.write('<TD BGCOLOR="'+linkBGColor+'" onmouseover="bgColor=\''+linkOverBGColor+'\'" onmouseout="bgColor=\''+linkBGColor+'\'" WIDTH="'+ssmItems[i][5]+'px" COLSPAN="'+ssmItems[i][3]+'"><ILAYER><LAYER onmouseover="bgColor=\''+linkOverBGColor+'\'" onmouseout="bgColor=\''+linkBGColor+'\'" WIDTH="100%" ALIGN="'+linkAlign+'"><DIV ALIGN="'+linkAlign+'"><FONT face="'+linkFontFamily+'" Size="'+linkFontSize+'">&nbsp;<A HREF="'+ssmItems[i][1]+'" target="'+ssmItems[i][2]+'" CLASS="ssmItems">'+ssmItems[i][0]+'</DIV></LAYER></ILAYER></TD>')} if(ssmItems[i][4]!="no"&&barBuilt==0){buildBar();barBuilt=1} if(ssmItems[i][4]!="no"){document.write('</TR>')}} document.write('</table>') if (NS6){document.write('</TD></TR></TABLE>')} if (IE||NS6) {document.write('</DIV></DIV>')} if (NS) {document.write('</LAYER></ILAYER></LAYER>')} theleft=-menuWidth;lastY=0;setTimeout('initSlide();', 1)} <!-- /* Configure menu styles below NOTE: To edit the link colors, go to the STYLE tags and edit the ssm2Items colors */ YOffset=150; // no quotes!! XOffset=0; staticYOffset=30; // no quotes!! slideSpeed=20 // no quotes!! waitTime=100; // no quotes!! this sets the time the menu stays out for after the mouse goes off it. menuBGColor="444444"; menuIsStatic="yes"; //this sets whether menu should stay static on the screen menuWidth=150; // Must be a multiple of 10! no quotes!! menuCols=2; hdrFontFamily="verdana"; hdrFontSize="2"; hdrFontColor="white"; hdrBGColor="#000000"; hdrAlign="left"; hdrVAlign="center"; hdrHeight="15"; linkFontFamily="Verdana"; linkFontSize="2"; linkBGColor="FFFFFF"; linkOverBGColor="#999999"; linkTarget="_top"; linkAlign="Left"; barBGColor="#000000"; barFontFamily="Verdana"; barFontSize="2"; barFontColor="white"; barVAlign="center"; barWidth=20; // no quotes!! barText="NAVIGATION BAR"; // <IMG> tag supported. Put exact html for an image to show. /////////////////////////// // ssmItems[...]=[name, link, target, colspan, endrow?] - leave 'link' and 'target' blank to make a header ssmItems[0]=["MAIN NAVIGATION"] //create header ssmItems[1]=["<b>•HOME</b>", "http://www.friendster.com/", ""] ssmItems[2]=["<b>•PROFILE</b>", "http://www.friendster.com/user.php",""] ssmItems[3]=["<b>•FRIENDS</b>", "http://www.friendster.com/friends.php", ""] ssmItems[4]=["<b>•SETTINGS</b>", "http://www.friendster.com/editaccount.php", ""] ssmItems[5]=["<b>•MESSAGES</b>", "http://www.friendster.com/messages.php", ""] ssmItems[6]=["<b>•LOG OUT</b>", "http://www.friendster.com/logout.php", ""] ssmItems[7]=["OTHER NAVIGATION", "", ""] //create header ssmItems[8]=["&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<b>Send</b>", "http://www.friendster.com/", ""] ssmItems[9]=["•Message&nbsp;", "http://www.friendster.com/sendmessage.php?uid=[b]USER ID[/b]", "", 1, "no"] //create two column row ssmItems[10]=["•Smile", "http://www.friendster.com/sendmessage.php?uid=[b]USER ID[/b]&action=sendsmile", "",1] ssmItems[11]=["&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<b>Add</b>", "http://www.friendster.com/", ""] ssmItems[12]=["•Comment&nbsp;", "http://www.friendster.com/comments.php?uid=[b]USER ID[/b]", "", 1, "no"] //create two column row ssmItems[13]=["•Friend", "http://www.friendster.com/addfriendrequest.php?uid=[b]USER ID[/b]", "",1] buildMenu(); //--> </script>[/quote]

Last edited by Dfamador (2008-05-16 10:53:17)

dale
» FTalkAgent
FTalk Level: zero
2122
0
1969-12-31

Re: Hey ya'll. Here's a Side bar Menu of Friendster Navigations. Don't care if someone posted this already, Forum Moderators will just delete this if ever. [b]I don't know if this works in CSS layouts, bu

any preview??:paranoid:
duchess
» FTalkElite
FTalk Level: zero
6453
0
1969-12-31

Re: Hey ya'll. Here's a Side bar Menu of Friendster Navigations. Don't care if someone posted this already, Forum Moderators will just delete this if ever. [b]I don't know if this works in CSS layouts, bu

[b]Dale[/b] Pls proceed [url=http://theftalk.com/t25446-Posting-with-words.html]here[/url] [b]Topic Starter[/b] We know you have given a priview but we would appreciate it if you give a preview in your actual friendster account. Even a test account will do. And pls indicate in the Title if this is an overlay tweak. And i think i saw this tweak shared by Shakiro before. :rolleyes:
japzy
» FTalkManiac
FTalk Level: zero
639
0
1969-12-31

Re: Hey ya'll. Here's a Side bar Menu of Friendster Navigations. Don't care if someone posted this already, Forum Moderators will just delete this if ever. [b]I don't know if this works in CSS layouts, bu

why are you posting codes if you dont know if it works? better try it first before you post. :eh:
kiddy
» Banned
FTalk Level: zero
4822
0
1969-12-31

Re: Hey ya'll. Here's a Side bar Menu of Friendster Navigations. Don't care if someone posted this already, Forum Moderators will just delete this if ever. [b]I don't know if this works in CSS layouts, bu

don't you have [b]real[/b] preview??? :question:
wyvern07zed
» n00b
FTalk Level: zero
63
0
1969-12-31

Re: Hey ya'll. Here's a Side bar Menu of Friendster Navigations. Don't care if someone posted this already, Forum Moderators will just delete this if ever. [b]I don't know if this works in CSS layouts, bu

japzy is right... double check or if possible make it triple... and previews are needed when posting... and posts must be specific as possible... but anyway thanks for the codes... i appreciate your kindness and hard work...
Dfamador
» FTalkFreak
FTalk Level: zero
1698
0
1969-12-31

Re: Hey ya'll. Here's a Side bar Menu of Friendster Navigations. Don't care if someone posted this already, Forum Moderators will just delete this if ever. [b]I don't know if this works in CSS layouts, bu

You guys are so rude. That's why I am classified as a [b]Friendsternewbie[/b], and I just started being involved in some tricks of Hypertext markup language, not that veteran. Just when you all think as if you're better, but when you aren't. And btw, your sentences seem to have alot of mistakes, care to rephrase them ¿ Ok. I'll just edit it.
ThE_FamouS_LasT_WorD
» FTalker
FTalk Level: zero
287
0
1969-12-31

Re: Hey ya'll. Here's a Side bar Menu of Friendster Navigations. Don't care if someone posted this already, Forum Moderators will just delete this if ever. [b]I don't know if this works in CSS layouts, bu

another cool trick Dfamador he is a newbie in the forum but I think hes a geek :thumbsup::thumbsup:
cklahrckiey
» FTalkFreak
FTalk Level: zero
1891
0
1969-12-31

Re: Hey ya'll. Here's a Side bar Menu of Friendster Navigations. Don't care if someone posted this already, Forum Moderators will just delete this if ever. [b]I don't know if this works in CSS layouts, bu

i think this is related to shak's sexy slide menu... hehehe...well thanks for sharing... :D :thumbsup:
pipito21
» FTalkManiac
FTalk Level: zero
751
0
1969-12-31

Re: Hey ya'll. Here's a Side bar Menu of Friendster Navigations. Don't care if someone posted this already, Forum Moderators will just delete this if ever. [b]I don't know if this works in CSS layouts, bu

[quote=Dfamador]You guys are so rude. That's why I am classified as a [b]Friendsternewbie[/b], and I just started being involved in some tricks of Hypertext markup language, not that veteran. Just when you all think as if you're better, but when you aren't. And btw, your sentences seem to have alot of mistakes, care to rephrase them ¿ Ok. I'll just edit it.[/quote] nobody's being rude here bro. they are just correcting your mistakes,, anywiez.. all of us makes mistakes right? if we made a mistake.. feel free to correct us ayyt? welcome to ftalk.. nice code,, hope i can make this work.. :penguin:

Last edited by pipito21 (2008-03-30 07:38:00)

Dfamador
» FTalkFreak
FTalk Level: zero
1698
0
1969-12-31

Re: Hey ya'll. Here's a Side bar Menu of Friendster Navigations. Don't care if someone posted this already, Forum Moderators will just delete this if ever. [b]I don't know if this works in CSS layouts, bu

I'm not telling everyone RUDE. It's just that what some of the commentators say aren't really regarding my post, or don't really have connections to it. --- Some were requesting to provide a Preview when it's already provided. --- One says this: And pls indicate in the Title if this is an overlay tweak. ---> (Now, As in the Intro, I don't know if this works in CSS layouts, but I'm sure this works in Overlays. What If I'll classify the codes only for Overlays, but when it could be used in CSS layouts?) ---One says: why are you posting codes if you dont know if it works? better try it first before you post. ---> (What? I didn't even say that? What do you mean? Why should I post a trick when I even don't know how to use it.) Generalization: Please comment with sense.
portuniecho
» FTalkWhiz
FTalk Level: zero
3413
0
1969-12-31

Re: Hey ya'll. Here's a Side bar Menu of Friendster Navigations. Don't care if someone posted this already, Forum Moderators will just delete this if ever. [b]I don't know if this works in CSS layouts, bu

mayday mayday mayday :paranoid: chillax guys,,,stay cool.. btw...if theres a problem with da tricks of dfamador,,,, modz will react on dat,,,, and plz,,dunt react if u didnt test it,, to those who tried this code..just say ur opinion on dis,, just dunt make a flame here,, :/ just understand wat dfamador did,, if u use it,,den its not workin,,react and say,,,"[b]maybe thers a problem in ur codes[/b]" like dat he's nly a newbie,,just understand his situation,,, =) @threadstarter,,just forget about wat da rest said to you dat its seems not good .. wer apologizing for wat happened.. :D just be cool.. anyways,,,just continue sharing ur tweaks here,, wer glad dat we have here a coder dat its only a newbie,, =) good job,,kip it up... just be cool guys,,nobodys perfect,,plz,,understand da situation of both sides.. =)

Last edited by portuniecho (2008-03-30 09:43:03)

switpotato
» FTalkGeek
FTalk Level: zero
1027
0
1969-12-31

Re: Hey ya'll. Here's a Side bar Menu of Friendster Navigations. Don't care if someone posted this already, Forum Moderators will just delete this if ever. [b]I don't know if this works in CSS layouts, bu

know wat Dfamador no one is being rude to u... they juz commented base from forum guidelines... to be honest... the way u do ur intro catches my attention... why post if u dont care at all.... [quote=Dfamador]Hey ya'll. Here's a Side bar Menu of Friendster Navigations.[b] Don't care if someone posted this already, [/b]Forum Moderators will just delete this if ever. I don't know if this works in CSS layouts, but I'm sure this works in Overlays. Just found this trick somewhere, in http://www.dynamicdrive.com (If I'm not mistaken, forgot the name of the site)[/quote] we share coz we do want to share.. coz wer trying to impart wat we discover ... nice sharing thou... but the rest is ryt... just be lil resposible with ur post.. wer not competing here or wat... + repu for u ... for effort dont take this as hindrance for u to quit sharing take it as a challenge to improve more.. love yha!! :kiss:
Shirow Masamune
» FTalkAgent
FTalk Level: zero
2237
0
1969-12-31

Re: Hey ya'll. Here's a Side bar Menu of Friendster Navigations. Don't care if someone posted this already, Forum Moderators will just delete this if ever. [b]I don't know if this works in CSS layouts, bu

enough with this thing now before it can start a flames lol well Dfamador has a point here he is just a beginner so mistakes can happen remember no one is perfect on this damned world and one more thing ive already shared this before and i successfully apply it on a css profiles but when fs continues to update their system this sliding menu became obsolete and start malfunctioning so there's a little chance that this trick will work on a CSS profiles but as i can see if this trick will be applied on a overlaid profile it will work fine as for those who can't see the preview then you are blind..

Last edited by Shirow Masamune (2008-03-30 09:48:15)

Dfamador
» FTalkFreak
FTalk Level: zero
1698
0
1969-12-31

Re: Hey ya'll. Here's a Side bar Menu of Friendster Navigations. Don't care if someone posted this already, Forum Moderators will just delete this if ever. [b]I don't know if this works in CSS layouts, bu

:lol: Thank you for your compliments... & concerns, of course.
duchess
» FTalkElite
FTalk Level: zero
6453
0
1969-12-31

Re: Hey ya'll. Here's a Side bar Menu of Friendster Navigations. Don't care if someone posted this already, Forum Moderators will just delete this if ever. [b]I don't know if this works in CSS layouts, bu

:arrow: i believe i was the one you are referring to in these lines: [quote]--- [b]Some were requesting to provide a Preview when it's already provided.[/b] --- [b]One says this: And pls indicate in the Title if this is an overlay tweak. ---> (Now, As in the Intro, I don't know if this works in CSS layouts, but I'm sure this works in Overlays. What If I'll classify the codes only for Overlays, but when it could be used in CSS layouts?)[/b][/quote] FYI, i asked professionally about these matters. i am not being rude. And i suggested for you to indicate this in your Title as a tweak for overlay since YOU have applied it in an OVERLAY profile. Yes i know this will work in a JS profile but since you as a contributor of this trick shared it in such a way that can be applied in overlays, i SUGGESTED that you indicate this as an overlay tweak in your TITLE. Is that rude for you?.

Last edited by ducheszv (2008-03-30 10:50:30)

Dfamador
» FTalkFreak
FTalk Level: zero
1698
0
1969-12-31

Re: Hey ya'll. Here's a Side bar Menu of Friendster Navigations. Don't care if someone posted this already, Forum Moderators will just delete this if ever. [b]I don't know if this works in CSS layouts, bu

I just used the wrong term. And, Honestly, that was somekind of being... yokelish? Yah, being that one. My only concern is that when I will indicate the trick for Overlays, then people would think it would only be for Overlays. Now, what if it could also be in CSS? (If ever). That's just what I mean. No bad feelings. =)
bobcbar
» FTalkElite
FTalk Level: zero
5223
0
1969-12-31

Re: Hey ya'll. Here's a Side bar Menu of Friendster Navigations. Don't care if someone posted this already, Forum Moderators will just delete this if ever. [b]I don't know if this works in CSS layouts, bu

Did you read shirow post? He says because of friendster updates the codes will not work on css profile but works great on overlays =) It is only respecting other members to include for overlay in ur subject heading :D If later it is discovered that it can work on css then you can include that too in ur subject line.
Dfamador
» FTalkFreak
FTalk Level: zero
1698
0
1969-12-31

Re: Hey ya'll. Here's a Side bar Menu of Friendster Navigations. Don't care if someone posted this already, Forum Moderators will just delete this if ever. [b]I don't know if this works in CSS layouts, bu

I am just explaining what's on my side and what's with that trick. We might not know that it works in CSS layouts, especially when it's still undiscovered(We can't discover directly)

Last edited by Dfamador (2008-03-31 03:12:46)

cray05
» n00b
FTalk Level: zero
44
0
1969-12-31

Re: Hey ya'll. Here's a Side bar Menu of Friendster Navigations. Don't care if someone posted this already, Forum Moderators will just delete this if ever. [b]I don't know if this works in CSS layouts, bu

ngek.... so u mean you didn't know how to do that??? or you do that codes??? so whats in that code??? no preview... hmmm... i hope it solve ASAP ^^
  • ARCHIVES 
  • » Hey ya'll. Here's a Side bar Menu of Friendster Navigations. Don't care if someone posted this already, Forum Moderators will just delete this if ever. [b]I don't know if this works in CSS layouts, bu

Pages: 12

Board footer

© 2024 F Talk

Current time is 14:54

[ 11 queries - 0.031 second ]
Privacy Policy