Pages: 12
thanks for share [b]bang don[/b]
i hope you like it 
[/b][/quote]
[b]Try to change / use this way, I am NOT sure for this coz'I didn't try it, but a little knowledge will give you a hint not only for this topic but for all add-ons either css or JS...
[/b]
[b]Try [/b] to analyze this part from a given codes , I change it with [b]</br> [/b] instead of </a>....
[quote]// SLIDE NAVIGATION
navigate="<div id=\"divMenu\" style=\"position:absolute; top:20; left:100; visibility:hidden;\"><nobr><a href=\"http://www.friendster.com\"><img src=\"http://i242.photobucket.com/albums/ff39/Donzy_2007/Navi/home.png\" title=\"Home\">[b]</br>[/b] <a href=\"http://profiles.friendster.com/user.php\"><img src=\"http://i242.photobucket.com/albums/ff39/Donzy_2007/Navi/profile.png\" title=\"My Profile\">[b]</br>[/b] <a href=\"http://www.friendster.com/widget_myapps.php\"><img src=\"http://i242.photobucket.com/albums/ff39/Donzy_2007/Navi/myapps.png\" title=\"My Apps\">[b]</br>[/b] <a href=\"http://www.friendster.com/friends/"+pageOwnerID+"\"><img src=\"http://i242.photobucket.com/albums/ff39/Donzy_2007/Navi/friends.png\" title=\"My Friends\">[b]</br>[/b] <a href=\"http://www.friendster.com/gallery.php\"><img src=\"http://i242.photobucket.com/albums/ff39/Donzy_2007/Navi/search.png\" title=\"Search\">[b]</br>[/b] <a href=\"http://www.friendster.com/sendmessage.php?uid="+pageOwnerID+"\"><img src=\"http://i242.photobucket.com/albums/ff39/Donzy_2007/Navi/messages.png\" title=\"Send Messages\">[b]</br>[/b] <a href=\"http://www.friendster.com/comments.php?uid="+pageOwnerID+"\"><img src=\"http://i242.photobucket.com/albums/ff39/Donzy_2007/Navi/comment.png\" title=\"Add comments\">[b]</br>[/b]<a href=\"http://www.friendster.com/logout.php\"><img src=\"http://i242.photobucket.com/albums/ff39/Donzy_2007/Navi/logout.png\" title=\"Logout\">[b]</br>[/b] <a href=\"#\" onclick=\"moveMenu()\"><img src=\"http://i242.photobucket.com/albums/ff39/Donzy_2007/Navi/menu.png\" title=\"Click for Navigation\">[b]</br>[/b]</nobr></div>";
gate=document.getElementById('flo_wrapper');[/quote]
Hope it will help and it will work as what you need. REMEMBER !. I did [b]NOT[/b] test this only an idea ......
TiLL NeXT...............

[b]// SLIDE NAVIGATION[/b] <= the name of navigation
check this parts
[quote][b][color=#0000ff]<nobr>[/color][/b]<a href=\"#\" [b][color=#0000ff]onclick=\"moveMenu()\"[/color][/b]><img src=\"http://i242.photobucket.com/albums/ff39/Donzy_2007/Navi/menu.png\" title=\"Click for Navigation\">[/quote]
on click
[b]moveMenu()[/b]
[quote]function [b][color=#0000ff]moveMenu()[/color][/b]{
if(!oMenu.state){
clearTimeout(tim)
mIn()
}else{
clearTimeout(tim)
mOut()
}
}
function mIn(){
if(oMenu.left()>-oMenu.width+lshow){
oMenu.go=1
oMenu.css.left=oMenu.left()-move
tim=setTimeout("mIn()",menuSpeed)
}else{
oMenu.go=0
oMenu.state=1
}
}
function mOut(){
if(oMenu.left()<0){
oMenu.go=1
oMenu.css.left=oMenu.left()+move
tim=setTimeout("mOut()",menuSpeed)
}else{
oMenu.go=0
oMenu.state=0
}
}
function check[b][color=#ff0000]Scrolled[/color][/b](){
if(!oMenu.go) oMenu.css.top=eval(scrolled)+parseInt(ltop)
if(n||ns6) setTimeout('checkScrolled()',30)
}
function menuInit(){
oMenu=new makeMenu('divMenu')
if (n||ns6) scrolled="window.pageYOffset"
else if (ie) scrolled="document.body.scrollTop"
oMenu.css.left=-oMenu.width+lshow
if (n||ns6) ltop=oMenu.css.top
else if (ie) ltop=oMenu.css.pixelTop
oMenu.css.visibility='visible'
if(moveOnScroll) ie?window.onscroll=checkScrolled:checkScrolled();
}
window.onload=menuInit;[/quote]
Last edited by Co_don SanAdH (2008-06-17 09:37:10)
provide by sweetpotato
[quote]chiemo="<br><embed src='[color=#0000ff]http://widget-e7.slide.com/widgets/slideticker.swf[/color]' type='application/x-shockwave-flash' quality='high' scale='noscale' salign='l' wmode='transparent' flashvars='cy=fr&il=1&channel=[color=#FF0000]YOUR SLIDE ID CHANNEL[/color]&site=[color=#0000ff]widget-e7.slide.com[/color]' style='width:208px;height:280px' name='flashticker' align='middle'/></embed>"
content_0.getElementsByTagName("a")[0].innerHTML=chiemo;[/quote]
[color=#0000ff]blue[/color] skin of your slide, you can find in your slide embed
[color=#ff0000]red[/color] your slide ID
provide by sweetpotato
chiemo="<br><embed src='http://widget-e7.slide.com/widgets/slideticker.swf' type='application/x-shockwave-flash' quality='high' scale='noscale' salign='l' wmode='transparent' flashvars='cy=fr&il=1&channel=YOUR SLIDE ID CHANNEL&site=widget-e7.slide.com' style='width:208px;height:280px' name='flashticker' align='middle'/></embed>"
content_0.getElementsByTagName("a")[0].innerHTML=chiemo;
blue skin of your slide, you can find in your slide embed
red your slide ID
[/quote]
Thanks a bunch to you and sweetpotato for the code!