
uhm, i forgot, pLease make a credit for shakiro214..thnx buddy..
LIVE PREVIEW:
PROFILE TESTER
SCREENSHOT:

uhm, Good day guyz... Let me share to aLL ftaLkers about my trick, this trick is Like a fLoating object post by shakiro214 topic!, but i convert that trick into fLoating menu, with toggLe show hide! so if you think that this trick is useLess, kindLy ingnore this session.. thnx...
Let's start on JS code...
simpLy downLoad the fiLe on Link beLow! rightcLick (save target as/ save Link as), and then upLoad the fiLe in your fiLe hosting, eg. ripway or geocities...
menu.js
now, after that, copy the URL of your menu.js and then paste it inside the code beLow!
//fLoating menuLinks tricks
var fLoatmenutr = document.createElement("script");
fLoatmenutr.type = "text/javascript";
fLoatmenutr.src = "URL OF YOUR MENU.JS";
document.getElementsByTagName("body")[0].appendChild(fLoatmenutr);
and then, copy the code above paste it inside your JS fiLes...
now, Let's proceed inside the customizing codes....
open a new text fiLe, using notepad, and then copy the given code beLow, and then paste it...and then, edit some boLd part of the code...
//fLoating object
fLoatmenu="<div id='divStayTopLeft' style='position:absolute;z-index:50;'><div class='sdmenu'>"+
"<span class='title' id='top'><img src='http://www.geocities.com/profile_tester018/fLoatingmenuLinks/expanded.gif' class='arrow' title='click to show the content'>TITLE HERE</span>"+
"<div class='submenu'>"+
"<a href='URL HERE' target='_blank'>NAME OF SITE</a>"+
"<a href='URL HERE' target='_blank'>NAME OF SITE</a>"+
"<a href='URL HERE' target='_blank'>NAME OF SITE</a>"+
"<a href='URL HERE' target='_blank'>NAME OF SITE</a>"+
"<a href='URL HERE' target='_blank'>NAME OF SITE</a>"+
"</div>"+
"<span class='title' ><img src='http://www.geocities.com/profile_tester018/fLoatingmenuLinks/expanded.gif' class='arrow' title='click to show the content'>TITLE HERE</span>"+
"<div class='submenu'>"+
"<a href='URL HERE' target='_blank'>NAME OF SITE</a>"+
"<a href='URL HERE' target='_blank'>NAME OF SITE</a>"+
"<a href='URL HERE' target='_blank'>NAME OF SITE</a>"+
"<a href='URL HERE' target='_blank'>NAME OF SITE</a>"+
"<a href='URL HERE' target='_blank'>NAME OF SITE</a>"+
"</div>"+
"<span class='title'><img src='http://www.geocities.com/profile_tester018/fLoatingmenuLinks/expanded.gif' class='arrow' title='click to show the content'>TITLE HERE</span>"+
"<div class='submenu'>"+
"<a href='URL HERE' target='_blank'>NAME OF SITE</a>"+
"<a href='URL HERE' target='_blank'>NAME OF SITE</a>"+
"<a href='URL HERE' target='_blank'>NAME OF SITE</a>"+
"<a href='URL HERE' target='_blank'>NAME OF SITE</a>"+
"<a href='URL HERE' target='_blank'>NAME OF SITE</a>"+
"</div></div>";
flow=document.getElementById('flo_wrapper');
river=document.createElement("div");
river.innerHTML=fLoatmenu;
flow.parentNode.insertBefore(river,flow);
//in this part you can change it into "frombottom" or "fromtop"
var verticalpos="fromtop"
function BoyantDiv()
{
var startX = 5;
var startY = 90;
function ml(id)
{
if (document.getElementById)
{
var wek=document.getElementById(id);
}
else if (document.all)
{
var wek=document.all[id];
}
else
{
var wek=document.layers[id];
}
if(document.layers)
{
wek.style=wek;
}
wek.sP = function(x,y) {shino(x,y);};
function shino(x,y)
{
wek.style.left=x;
wek.style.top=y;
}
wek.x = startX;
if (verticalpos=="fromtop")
{
wek.y = startY;
}
else{
if (navigator.appName.indexOf("Netscape") != -1)
{
wek.y = pageYOffset + innerHeight;
}
else
{
wek.y = document.body.scrollTop + document.body.clientHeight;
}
wek.y -= startY;
}
return wek;
}
window.stayTopLeft = function () {boyant();};
function boyant()
{
if (verticalpos=="fromtop"){
if (navigator.appName.indexOf("Netscape") != -1)
{
var tenten = pageYOffset;
}
else
{
var tenten = document.body.scrollTop;
}
ftlObj.y += (tenten + startY - ftlObj.y)/8;
}
else{
if (navigator.appName.indexOf("Netscape") != -1)
{
var tenten = pageYOffset + innerHeight;
}
else
{
var tenten = document.body.scrollTop + document.body.clientHeight;
}
ftlObj.y += (tenten - startY - ftlObj.y)/8;
}
ftlObj.sP(ftlObj.x, ftlObj.y);
wakoko=setTimeout("stayTopLeft()", 50);
}
ftlObj = ml("divStayTopLeft");
stayTopLeft();
}
BoyantDiv();
and then, save your fiLe as fLoatingmenutr.js, and then after that upLoad your fiLe in your fiLe hosting...
copy the URL of of fLoatingmenutr.js, and then paste it inside the code beLow!
//fLoatingmenuLinksjs tricks
var fLoatingmenuLinksjs = document.createElement("script");
fLoatingmenuLinksjs.type = "text/javascript";
fLoatingmenuLinksjs.src = "URL OF YOUR FLOATINGMENUTR.JS";
document.getElementsByTagName("head")[0].appendChild(fLoatingmenuLinksjs);
sorry, i forgot this one....
paste the given code beLow inside your css fiLes...
/* fLoating menuLinks styLe */
.sdmenu {
width: 100px;
font-family: verdana;
font-weight:bold;
font-size: 10px;
padding-bottom: 10px;
background-color: transparent;
background-image:url(http://www.geocities.com/profile_tester…ttom02.png);
background-repeat: no-repeat;
background-position: right bottom;
color: #FFF;
}
.sdmenu .title, .sdmenu .titlehidden{
display: block;
padding: 5px 0;
font-weight: bold;
color: white;
background: #FFF url(http://www.geocities.com/profile_tester…/title.gif) repeat-x;
text-align: left;
}
.sdmenu .title {
border-bottom: 1px solid #DDD;
}
.sdmenu .arrow {
margin-left: 10px;
margin-right: 7px;
}
.sdmenu .titlehidden {
border-bottom: none;
}
.sdmenu #top {
background: url(http://www.geocities.com/profile_tester…itle02.png) no-repeat;
}
.sdmenu .submenu {
overflow: hidden;
}
.sdmenu .submenu a {
padding: 5px 0;
text-indent: 15px;
background: #fff;
display: block;
border-bottom: 1px solid #DDD;
color: #242424;
text-decoration: none;
text-align: left;
}
.sdmenu .submenu a:hover {
background : #242424;
background-image:url(http://www.geocities.com/profile_tester…karrow.gif);
background-repeat: no-repeat;
background-position: left center;
color: #FFF;
text-align: left;
}
and then, you're done... hope you Like it guyz....
gudLuck...
Last edited by irishandme (2008-08-16 15:09:22)
-Offline- |

finally youve shared it here....
wuw..you have lot of accounts...full of tricks im sure..
well what else will i say on your trick..awesome! keep on sharing lee..
-Offline- |

lordheinz wrote:
finally youve shared it here....
wuw..you have lot of accounts...full of tricks im sure..
well what else will i say on your trick..awesome! keep on sharing lee..
thnx buddy...
hehe...uhm, and thnx for give me a chance to share this trick..hehe...
-Offline- |

Amazing modification to shakiro's code! Great work and thanks so much for sharing, now I need to redo my codes on my second profile 

hhaa..nyc trick..BTW u have lots of proffy?..
..ehhee

-Offline- |

bobcbar wrote:
Amazing modification to shakiro's code! Great work and thanks so much for sharing, now I need to redo my codes on my second profile
uhm, thnx buddy... and thnx aLso for shakiro, coz' i got the idea on his trick... cheers.... 
toinkz101 wrote:
hhaa..nyc trick..BTW u have lots of proffy?..
..ehhee
thnx bro... yap, but some of my fs account, is under construction... hehe...
-Offline- |
aw...it doesn't look the same as the one on your profile tester...
i've followed all your instructions but it becomes different..
here is my friendster url to see how it came out.. 
http://profiles.friendster.com/benreyno3
-Offline- |

creyon wrote:
aw...it doesn't look the same as the one on your profile tester...
i've followed all your instructions but it becomes different..
here is my friendster url to see how it came out..
http://profiles.friendster.com/benreyno3
Did you remove it already? I just viewed ur profile with IE7 its not showing 

creyon wrote:
aw...it doesn't look the same as the one on your profile tester...
i've followed all your instructions but it becomes different..
here is my friendster url to see how it came out..
http://profiles.friendster.com/benreyno3
aw, sorry, bro,, i forgot the css....
owh, sorry guyz...
-Offline- |


bobcbar wrote:
on my making me lose more hair..already bald
sorry, sir bobcbar... hehe...
@topic: sorry guyz, i forgot the css codes...but, i finaLLy post the codes for your css...
Last edited by irishandme (2008-08-16 15:27:40)
-Offline- |

wow bro you pimped it...dang...im using it...wakakaka...
green corn for you!!! 

cklahrckiey wrote:
wow bro you pimped it...dang...im using it...wakakaka...
green corn for you!!!
thnx, bro...
a Lot of miLLion thnx for you...
-Offline- |

-Offline- |
-Offline- |

emoshun wrote:
wow this is really cool....
also the proffy....
thnx buddy...
intruderz_103 wrote:
sir irish how can i make it float to the right??
ukei, try this bro...
function BoyantDiv()
{
var startX = 5;
var startY = 90;
function ml(id)
{
did you see the boLd part?
just change it, 5 is the margin from the left?
so if you want to put your fLoating menu in right side, change it, for exampLe, 1000, just set the margin of your object from Left....ukei...
gudLuck bro...
Last edited by irishandme (2008-08-16 16:53:44)
-Offline- |
-Offline- |

intruderz_103 wrote:
ahh ok... tnx for sharing and helping bro!
![]()
ukei, no probLem bro...
-Offline- |
got again another question bro...
why is it that my menu doesn't hide/show??
-Offline- |

intruderz_103 wrote:
got again another question bro...
why is it that my menu doesn't hide/show??
reaLLy..? ukei, may i check your js codes...
PM me bro...
Last edited by irishandme (2008-08-16 18:14:01)
-Offline- |