[quote=iqb4l]eh gmn bang caranya mw ganti navigation nya????
punya kode nya ga bang???
n minta contoh2 navigation nya dunkzzzzzzzz!
maksih![/quote]
coba pake ini [quote]var figblack = "<object width='450' height='100'><param name='movie' value='http://h1.ripway.com/andha/flash/figblack.swf'><embed src='http://h1.ripway.com/andha/flash/figblack.swf' width='450' height='100'></embed></object>";
addBox("LEFT","FIGURE NAVIGATION BLACK VERSION",figblack,"figure","0");[/quote]
[quote]if (!attachOnLoadHandler(function(){andhaflash()})) parent.onload = function(){andhaflash()};
function andhaflash() {
PASTE KODE DI BAGIAN INI
}
function addBox (type,head,htm,id,sibling) {
//by marfillaster
//type "LEFT" | "RIGHT"
//head header string
//htm innerHTML string
//id css_id string
//sibling css_id_insertbefore string | null
/* Available default Siblings
LEFT
0 = controlpanel
1 = photos
13 = blogs
12 = reviews
6 = moreabout
18 = publiccomments
10 = scrapbook
RIGHT
15 = meettrail
2 = friends
14 = googleads
7 = fan
8 = groups
null - appends to last
APPEND
INSERTBEFORE
*/
try {
var li=document.createElement("li");
} catch(e) {
var li=document.createElement("<li>");
}
if(type=="LEFT") {
var ul=document.getElementById("0").parentNode.parentNode;
htm="<div class='boxcontent'>"+htm+"</div>";
}
else var ul=document.getElementById("2").parentNode.parentNode;
li.innerHTML="<div id='"+id+"' class='commonbox "+id+"'>"+
"<h2>"+head+"</h2>"+
"<div id='content_"+id+"'>"+
htm+
"</div>"+
"</div>";
if(sibling==null) ul.appendChild(li);
else {
sibling=document.getElementById(sibling).parentNode;
ul.insertBefore(li,sibling);
}
}[/quote]
paste di bagian diatas
ini punya bro andha...semuga membantu,,,
Last edited by rezza (2008-07-26 02:18:04)