
 103
 103 0
 0 1969-12-31
 1969-12-31 )
)
				|  | 

 74
 74 0
 0 1969-12-31
 1969-12-31|  | 

 2
 2 0
 0 1969-12-31
 1969-12-31|  | 

 1288
 1288 0
 0 1969-12-31
 1969-12-31 andre666
waduh kalau itu ada yang error tuh bagian.. JS nya.. pernah juga merasain gitu...
gak tau lama2 benerr sendiri..
 andre666
waduh kalau itu ada yang error tuh bagian.. JS nya.. pernah juga merasain gitu...
gak tau lama2 benerr sendiri..  
				|  | 

 13
 13 0
 0 1969-12-31
 1969-12-31Last edited by SwickerZ (2008-09-22 03:20:27)
|  | 

 1691
 1691 0
 0 1969-12-31
 1969-12-31Last edited by strezzpc (2008-09-22 03:23:10)
|  | 

 2005
 2005 0
 0 1969-12-31
 1969-12-31 [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]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...
 [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)
|  | 

 183
 183 0
 0 1969-12-31
 1969-12-31 [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]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  
				|  | 

 2005
 2005 0
 0 1969-12-31
 1969-12-31 [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..??
 [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)
|  | 

 3
 3 0
 0 1969-12-31
 1969-12-31 
				|  | 

 2005
 2005 0
 0 1969-12-31
 1969-12-31 [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..
^^
 [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..
^^
				|  | 

 183
 183 0
 0 1969-12-31
 1969-12-31

 
				|  | 

 13
 13 0
 0 1969-12-31
 1969-12-31|  | 

 156
 156 0
 0 1969-12-31
 1969-12-31 
				|  | 

 396
 396 0
 0 1969-12-31
 1969-12-31|  | 

 1770
 1770 0
 0 1969-12-31
 1969-12-31|  | 

 74
 74 0
 0 1969-12-31
 1969-12-31|  | 

 1040
 1040 0
 0 1969-12-31
 1969-12-31 kek nya knal de ma js lu..
kek nya knal de ma js lu..
 
					Last edited by indra910 (2008-09-22 04:36:16)
|  |