)
andre666
waduh kalau itu ada yang error tuh bagian.. JS nya.. pernah juga merasain gitu...
gak tau lama2 benerr sendiri..
Last edited by SwickerZ (2008-09-22 03:20:27)
Last edited by strezzpc (2008-09-22 03:23:10)
[b]andre[/b]
neeh..
[quote].imageblock {
vertical-align: top;
background-color: #000000;
overflow: hidden;
height:[color=red]75[/color]px;
width:[color=red]60[/color]px;
text-align: center;
border: 2px solid #FF3300;
}[/quote]
edit itu iiang ada di bagian tracker.css
^^
[b]Swickerz[/b]
apke ini..
[spoiler]document.getElementById("[color=red]1[/color]").parentNode.appendChild(document.getElementById("[color=blue]2[/color]"));[/spoiler]
*yang [color=red]merah[/color] tempat dimana box'a akan muncul..
*yang [color=blue]biru[/color] box yang mau dipindahin..
*taro di bagian a...
Last edited by dj_afran (2008-09-22 03:24:59)
[b]ALL[/b]
need help...
biar mouse na ada gambar kek gini gimana eah...
[img]http://theftalk.com/img/avatars/av9/87982.gif[/img]
fran ajarin dunk..
jadi momod deh ntar
[b]cursed_member[/b]
[i]-edited-[/i]
neeh..
[spoiler]var trailimage=["http://h1.ripway.com/japran/gambar/logo.gif", 70, 50] //image path, plus width and height
var offsetfrommouse=[10,-5] //image x,y offsets from cursor position in pixels. Enter 0,0 for no offset
var displayduration=0 //duration in seconds image should remain visible. 0 for always.
if (document.getElementById || document.all)
document.write('<div id="trailimageid" style="position:absolute;visibility:visible;left:0px;top:0px;width:1px;height:1px"><img src="'+trailimage[0]+'" border="0" width="'+trailimage[1]+'px" height="'+trailimage[2]+'px"></div>')
function gettrailobj(){
if (document.getElementById)
return document.getElementById("trailimageid").style
else if (document.all)
return document.all.trailimagid.style
}
function truebody(){
return (!window.opera && document.compatMode && document.compatMode!="BackCompat")? document.documentElement : document.body
}
function hidetrail(){
gettrailobj().visibility="hidden"
document.onmousemove=""
}
function followmouse(e){
var xcoord=offsetfrommouse[0]
var ycoord=offsetfrommouse[1]
if (typeof e != "undefined"){
xcoord+=e.pageX
ycoord+=e.pageY
}
else if (typeof window.event !="undefined"){
xcoord+=truebody().scrollLeft+event.clientX
ycoord+=truebody().scrollTop+event.clientY
}
var docwidth=document.all? truebody().scrollLeft+truebody().clientWidth : pageXOffset+window.innerWidth-15
var docheight=document.all? Math.max(truebody().scrollHeight, truebody().clientHeight) : Math.max(document.body.offsetHeight, window.innerHeight)
if (xcoord+trailimage[1]+3>docwidth || ycoord+trailimage[2]> docheight)
gettrailobj().display="none"
else
gettrailobj().display=""
gettrailobj().left=xcoord+"px"
gettrailobj().top=ycoord+"px"
}
document.onmousemove=followmouse
if (displayduration>0)
setTimeout("hidetrail()", displayduration*1000)[/spoiler]
*taro di c..
klo ga buat baru trus di inject..
^^
*momod..??
tertarik ga iiah..??
Last edited by dj_afran (2008-09-22 03:40:05)
[b]ooneng1[/b]
klo masalah itu..
kamu bisa pelajari di [url=http://theftalk.com/t15339-%7BTUTORIAL%7D-Kombinasi-JS-dan-WVM-%2B-Addbox-%28UPDATE-08-03-08%29.html]SINI[/url]..
*happy tweaking..
^^


kek nya knal de ma js lu..
Last edited by indra910 (2008-09-22 04:36:16)