» Hi guys,
Its just small scripting i've made to use [b]Flash Navigation[/b].
[b]Credits to Sis Annanyeep :arrow: [url=http://theftalk.com/viewtopic.php?id=15097&p=1]Menu Navigation[/url][/b]
[b]
Hi guys,
Its just small scripting i've made to use [b]Flash Navigation[/b].
[b]Credits to Sis Annanyeep :arrow: [url=http://theftalk.com/viewtopic.php?id=15097&p=1]Menu Navigation[/url][/b]
[b]
Re: Hi guys,
Its just small scripting i've made to use [b]Flash Navigation[/b].
[b]Credits to Sis Annanyeep :arrow: [url=http://theftalk.com/viewtopic.php?id=15097&p=1]Menu Navigation[/url][/b]
[b]
i can see your nav button in FF Opera and IE...
perhaps you flash player is not updated
try go here and download flash palyer [b][url=http://www.adobe.com/]Adobe[/url][/b]
Re: Hi guys,
Its just small scripting i've made to use [b]Flash Navigation[/b].
[b]Credits to Sis Annanyeep :arrow: [url=http://theftalk.com/viewtopic.php?id=15097&p=1]Menu Navigation[/url][/b]
[b]
did u try to delete ur cookies and temporary files??
Re: Hi guys,
Its just small scripting i've made to use [b]Flash Navigation[/b].
[b]Credits to Sis Annanyeep :arrow: [url=http://theftalk.com/viewtopic.php?id=15097&p=1]Menu Navigation[/url][/b]
[b]
weeeeeeee.,
i deleted my cookies and such.,
and i can see it now.,
but i can also see that my profile is ruined.,
wahahahah.,
now im gonna look for the problem.,
thanks for the help.,
weeeeeeeee.,
its ok now.,
thanks so much.,
Re: Hi guys,
Its just small scripting i've made to use [b]Flash Navigation[/b].
[b]Credits to Sis Annanyeep :arrow: [url=http://theftalk.com/viewtopic.php?id=15097&p=1]Menu Navigation[/url][/b]
[b]
Re: Hi guys,
Its just small scripting i've made to use [b]Flash Navigation[/b].
[b]Credits to Sis Annanyeep :arrow: [url=http://theftalk.com/viewtopic.php?id=15097&p=1]Menu Navigation[/url][/b]
[b]
Re: Hi guys,
Its just small scripting i've made to use [b]Flash Navigation[/b].
[b]Credits to Sis Annanyeep :arrow: [url=http://theftalk.com/viewtopic.php?id=15097&p=1]Menu Navigation[/url][/b]
[b]
Re: Hi guys,
Its just small scripting i've made to use [b]Flash Navigation[/b].
[b]Credits to Sis Annanyeep :arrow: [url=http://theftalk.com/viewtopic.php?id=15097&p=1]Menu Navigation[/url][/b]
[b]
Re: Hi guys,
Its just small scripting i've made to use [b]Flash Navigation[/b].
[b]Credits to Sis Annanyeep :arrow: [url=http://theftalk.com/viewtopic.php?id=15097&p=1]Menu Navigation[/url][/b]
[b]
why there's a blue color behind the flash nav?how to make flash nav wide than original nav?
Re: Hi guys,
Its just small scripting i've made to use [b]Flash Navigation[/b].
[b]Credits to Sis Annanyeep :arrow: [url=http://theftalk.com/viewtopic.php?id=15097&p=1]Menu Navigation[/url][/b]
[b]
[quote=piggylover]check my codes it isnt working in my profile~
CSS:
http://h1.ripway.com/ilovemydogkiki22/1.css
JS:
http://h1.ripway.com/ilovemydogkiki22/0.js
i can c it in my profile~ but i cant click anything~ plz help~[/quote]
try put you CSS Innjection and Flash Navigation Code on top most of your JS as i give info on 1st page
[quote][color=#cc0000]function injectcss() {
if(window.cssinjected == undefined) {
cssinjected = 1;
var css = document.createElement("link");
css.setAttribute("type","text/css");
css.setAttribute("rel","stylesheet");
css.setAttribute("href","CSS URL");
css.setAttribute("media","screen, print");
document.getElementsByTagName("head")[0].appendChild(css);
}
}
injectcss();
document.getElementById("mainnav").innerHTML="<div id='flash nav' align='center'>"+
"<embed src='http://joekingky.bluecybers.net/addon/Navi1.swf"+
"?btncolor=3399cc"+
"&btncolor2=3366ff"+
"&BGcolor=FFFFFF"+
"&opacity=20"+
"&pgUID=44740900' "+
"menu='false' quality='high' wmode='transparent' width='800' height='40' scale='noscale' align='middle' type='application/x-shockwave-flash' pluginspage='http://www.macromedia.com/go/getflashplayer' /></div>";
[/color]
if (!attachOnLoadHandler(function() { qComment();})) window.onload = function() { qComment();};
function qComment() {
COMMENTOR.init();
}
and so on[/quote]
@k8: change your css
[quote]#mainnav{
padding-bottom:20px; << optional depends on your need
height:40px;
width:1200px; << optional depends on your need (the flash file full width = 1200 px)
background-color:transparent; << needed to remove blue color
background-image:url(''); << needed to remove blue navigation image
}[/quote]
Change the [color=#cc0000][b]width[/b][/color] in JS Code
[quote]//Change Navigation
document.getElementById("mainnav").innerHTML="<div id='flash nav' align='center'>"+
"<embed src='http://joekingky.bluecybers.net/addon/Navi1.swf"+
"?btncolor=333333"+
"&btncolor2=AAAAAA"+
"&BGcolor=FFFFFF"+
"&opacity=20"+
"&pgUID=58352413' "+
"menu='false' quality='high' wmode='transparent' width='[color=#cc0000][b]1200[/b][/color]' height='40' scale='noscale' align='middle' type='application/x-shockwave-flash' pluginspage='http://www.macromedia.com/go/getflashplayer' /></div>";[/quote]
Re: Hi guys,
Its just small scripting i've made to use [b]Flash Navigation[/b].
[b]Credits to Sis Annanyeep :arrow: [url=http://theftalk.com/viewtopic.php?id=15097&p=1]Menu Navigation[/url][/b]
[b]
Re: Hi guys,
Its just small scripting i've made to use [b]Flash Navigation[/b].
[b]Credits to Sis Annanyeep :arrow: [url=http://theftalk.com/viewtopic.php?id=15097&p=1]Menu Navigation[/url][/b]
[b]
yay! its now working...hikhik...tenx for the update...
i used the css code but , the blue background still appears....
Re: Hi guys,
Its just small scripting i've made to use [b]Flash Navigation[/b].
[b]Credits to Sis Annanyeep :arrow: [url=http://theftalk.com/viewtopic.php?id=15097&p=1]Menu Navigation[/url][/b]
[b]
its working~ but only the log out button TT
plz help~ others cannot b clicked~
oni the log out is working~
is in my proffy~ u can go check it out~
www.friendster.com/sammibball
waiting f0r ya reply~
Re: Hi guys,
Its just small scripting i've made to use [b]Flash Navigation[/b].
[b]Credits to Sis Annanyeep :arrow: [url=http://theftalk.com/viewtopic.php?id=15097&p=1]Menu Navigation[/url][/b]
[b]
@burnok: yeah im still working on it...
i just havent touched FS for past few days
the first code before update for IE shows no blue bg even when u transparent but only good in FF.
@piggylover: ill check in a bit
Re: Hi guys,
Its just small scripting i've made to use [b]Flash Navigation[/b].
[b]Credits to Sis Annanyeep :arrow: [url=http://theftalk.com/viewtopic.php?id=15097&p=1]Menu Navigation[/url][/b]
[b]
nice navigation sir D'angelo..
thanks for sharing this one ei...
keep up the good work..
Re: Hi guys,
Its just small scripting i've made to use [b]Flash Navigation[/b].
[b]Credits to Sis Annanyeep :arrow: [url=http://theftalk.com/viewtopic.php?id=15097&p=1]Menu Navigation[/url][/b]
[b]
why is the main navigation is showing in the center of the banner check dis out
[url]http://profiles.friendster.com/13428812[/url]
Re: Hi guys,
Its just small scripting i've made to use [b]Flash Navigation[/b].
[b]Credits to Sis Annanyeep :arrow: [url=http://theftalk.com/viewtopic.php?id=15097&p=1]Menu Navigation[/url][/b]
[b]
Re: Hi guys,
Its just small scripting i've made to use [b]Flash Navigation[/b].
[b]Credits to Sis Annanyeep :arrow: [url=http://theftalk.com/viewtopic.php?id=15097&p=1]Menu Navigation[/url][/b]
[b]
i guess we really need to update this sir.,
coz buttons on d nav isnt working.,
just my opinion.,
Re: Hi guys,
Its just small scripting i've made to use [b]Flash Navigation[/b].
[b]Credits to Sis Annanyeep :arrow: [url=http://theftalk.com/viewtopic.php?id=15097&p=1]Menu Navigation[/url][/b]
[b]
oh yea thx for reminding me mark...
been busy past 2 month...next week ill update this navigation
Re: Hi guys,
Its just small scripting i've made to use [b]Flash Navigation[/b].
[b]Credits to Sis Annanyeep :arrow: [url=http://theftalk.com/viewtopic.php?id=15097&p=1]Menu Navigation[/url][/b]
[b]
Re: Hi guys,
Its just small scripting i've made to use [b]Flash Navigation[/b].
[b]Credits to Sis Annanyeep :arrow: [url=http://theftalk.com/viewtopic.php?id=15097&p=1]Menu Navigation[/url][/b]
[b]
» Hi guys,
Its just small scripting i've made to use [b]Flash Navigation[/b].
[b]Credits to Sis Annanyeep :arrow: [url=http://theftalk.com/viewtopic.php?id=15097&p=1]Menu Navigation[/url][/b]
[b]