yg ininya kurang tanda [b][color=#ff0000];[/color][/b] buad nutup
[quote]height:300px[b][color=#ff0000];[/color][/b][/quote]
tutup gih ..
trus gw liat kok yg buad friend lo segini c
height:60px
[b]@ joe[/b]
siip joe
[/quote]
brarti kmu pake yg salah satu aja sist....
[quote=metropolix]minta script utk buat cbox dumz..
thx sebelumnya kak brondong...
[/quote]
cari sendiri kau... 
[quote=joenathan]sekali lgi thanks brothers...
[quote=Freeya]g ngerti nih ????
[/quote]
mgkin maksd na nie dudulz..
[spoiler] BAGIAN A
//onload handler
function onProfileLoad() {
//addboxes here
BAGIAN B
}
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);
}
}
BAGIAN C[/spoiler]
saya mau tanya nih..
kq setelah kamu kasih script ym status di bawah recent update kq semua nya jadi pada nge`error gitu yah pak?
coba kamu liat dari kom kamu..
kali aja disini emang akses nya lagi berat
Donnie
Don kuwi kurang tanda [color=navy][b];[/b][/color]
== Wis ngerti to
Last edited by strezzpc (2008-07-06 11:46:49)
coba kamu liat dari kom kamu..
kali aja disini emang akses nya lagi berat
[/quote]
masa c
coba ym statusnya jgn di pake dulu
error ga ..
[b]
@ mas harries[/b]
wes mas ..
oh iya mas .. ki ono yg salah ra?? kok gae error jarene..
<">[b]@ metro[/b]
huahahaa.. becanda kamu mas
[quote=maskedrider]gk bisa bang
soalnya ni minimax
gw kasih punya km kok mala keluar jalur VIEW ALL nya[/quote]
udah kok bisa make punya mas harries
tap jgn begini
[quote]#content_2 {
width: 100%;
height: 125px;
}
#content_7 {
width: 100%;
height: 75px;
}
#content_8 {
width: 100%;
height: 200px;
}[/quote]
bgini .. samain nilai heightnya, bisa beda� tapi jgn di bawah 150px
[quote]#content_2 {
width: 100%;
height: 200px;
}
#content_7 {
width: 100%;
height: 200px;
}
#content_8 {
width: 100%;
height: 200px;
}[/quote]
Last edited by Co_don SanAdH (2008-07-06 12:01:17)
itu kan status ym saya
maksud nya malah ym status nya yang ada...
klo semua nya jadi ilang kode nya...
kagak ngefek sama sekali
Last edited by dying (2008-07-06 11:58:19)
Last edited by strezzpc (2008-07-06 12:10:05)
[b]bro all[/b]
yg ini copas dmana???
[spoiler]<!--//
//Arrow Head title- By Dynamic Drive
//Based on status bar script by Jason Rex ([email protected], http://www.syred.net)
//Visit http://www.dynamicdrive.com for full source code
//change title text to your own
var titletext="]-[ "+pageViewerFName+" ]-["
var thetext=""
var started=false
var step=0
var times=1
function welcometext()
{
times--
if (times==0)
{
if (started==false)
{
started = true;
document.title = titletext;
setTimeout("anim()",1);
}
thetext = titletext;
}
}
function showstatustext(txt)
{
thetext = txt;
setTimeout("welcometext()",4000)
times++
}
function anim()
{
step++
if (step==7) {step=1}
if (step==1) {document.title='E_L_L_O______H_'+thetext+'!'}
if (step==2) {document.title='L_L_O______H_E_'+thetext+'!'}
if (step=
) {document.title='L_O______H_E_L_'+thetext+'!'}
if (step==4) {document.title='O______H_E_L_L_'+thetext+'!'}
if (step==5) {document.title='_____H_E_L_L_O_'+thetext+'!'}
if (step==6) {document.title='___H_E_L_L_O___'+thetext+'!'}
if (step==6) {document.title='_H_E_L_L_O_____'+thetext+'!'}
setTimeout("anim()",200);
}
if (document.title)
window.onload=onload=welcometext
// -->[/spoiler]
trus misalnya q udh punya ini
[spoiler]//marquee status bar atas
<!--//
function tb10_makeArray(n){
this.length = n;
return this.length;
}
tb10_messages = new tb10_makeArray(1);
tb10_messages[0] = "Met Dateng di Profil Oby";
tb10_rptType = 'infinite';
tb10_rptNbr = 5;
tb10_speed = 100;
tb10_delay = 2000;
var tb10_wiper
var tb10_space="Jangan Lupa Ngirim Testy ya"
var tb10_currMsg=0;
var tb10_counter=1;
var tb10_index=0
tb10_main()
function tb10_main()
{
document.title=tb10_messages[tb10_currMsg].substring(0,tb10_index)
tb10_index++
if(tb10_index==(tb10_messages[tb10_currMsg].length+4)){setTimeout('tb10_reset_clear()',tb10_delay);}
else{setTimeout('tb10_main()',tb10_speed)}
}
function tb10_reset_clear()
{
tb10_index=0
tb10_wiper=""
for(var a=0;a<tb10_messages[tb10_currMsg].length;a++){tb10_wiper+=tb10_space}
tb10_clearem()
}
function tb10_clearem()
{
document.title=tb10_wiper.substring(0,tb10_index) + "->" + tb10_messages[tb10_currMsg].substring(tb10_index+2,tb10_messages[tb10_currMsg].length)
tb10_index++
if(tb10_index==(tb10_messages[tb10_currMsg].length+4)){
if (tb10_currMsg == tb10_messages.length-1){
if ((tb10_rptType == 'finite') && (tb10_counter==tb10_rptNbr)){
document.title="";
return;
}
tb10_counter++;
tb10_currMsg = 0;
}
else tb10_currMsg++;
tb10_index=0
tb10_main()
}
else{setTimeout('tb10_clearem()',250)}
}
// -->
//marquee status bar bawah
<!--//
function doClock() {
window.setTimeout( "doClock()", 1000 );
today = new Date();
self.status = today.toString();
}
doClock()
// -->
[/spoiler]
perlu dihapus gak???
tolong djwab...
thnks...
coba liatin yah don
[/quote]
ripwaynya c dah kbaca tapi JSnya ga jalan
[spoiler][img]http://img79.imageshack.us/img79/3717/aaaaawb0.png[/img][/spoiler]
dah done
[b]@ mas harries [/b]
kok 1 mas
yg aslinya kan emang gitu yg online under recent update
[b]@ dheereezz[/b]
itu cari trheadnya bang nopz neh buka [url=http://theftalk.com/t32271.html]t32271[/url]
tapi donlod dulu
[b]@ oby[/b]
di bagian C ato paling bawah .. yg itu apus jgn 2 2nya d pake ...
Last edited by Co_don SanAdH (2008-07-06 12:28:33)
[b]@ dheereezzz[/b]
calender jamnya bisa
tapi cek fsnya dah ga fungsi ...
Last edited by Co_don SanAdH (2008-07-06 12:50:45)
Last edited by dheerezzz (2008-07-06 12:53:21)
Last edited by Co_don SanAdH (2008-07-06 13:05:12)
Last edited by dheerezzz (2008-07-06 13:10:05)