[quote=bangsubur]sapa yah yang bisa bantuin aq mulai lagi dari nol bikin js...
plis di PM...[/quote]
gmpang bro, coba bkin file CSS prtama (source: [url]http://theftalk.com/t8106.html[/url])
dah bkin, baru d bkin file baru d webhosting kmu.. (jngn ripway lgi klo emang dah kapok
)
baru, bkin JS dngn menggunakan script ini (masukin URL JS kmu yg sya tebelin):
[spoiler]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","[b]URL OF CSS FILE[/b]");
css.setAttribute("media","screen, print");
document.getElementsByTagName("head")[0].appendChild(css);
}
}injectcss();
function onProfileLoad() {
}
if (!attachOnLoadHandler(function(){onProfileLoad()})) window.onload = function(){onProfileLoad()};
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
*/
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);
}
}[/spoiler]
baru, abis itu jadiin file JS.. (eg. bangsubur.[b]js[/b])
& lantas masukin pake linker (ad d halaman pertama)..
dah gthu doank..
Last edited by Da BucKz (2008-10-27 12:51:38)